Share via


PSSparkJobProperties Class

Definition

public class PSSparkJobProperties
type PSSparkJobProperties = class
Public Class PSSparkJobProperties
Inheritance
PSSparkJobProperties

Constructors

PSSparkJobProperties(SparkJobProperties)

Properties

Archives

Archives to be used in this job.

Arguments

Command line arguments for the application.

ClassName

Main class for Java/Scala application.

Configuration

Spark configuration properties.

DriverCores

Number of cores to use for the driver.

DriverMemory

Amount of memory to use for the driver process.

ExecutorCores

Number of cores to use for each executor.

ExecutorMemory

Amount of memory to use per executor process.

File

File containing the application to execute.

Files

files to be used in this job.

Jars

Jars to be used in this job.

Name

The name of the job.

NumberOfExecutors

Number of executors to launch for this job.

Applies to