Share via


SparkJobDefinition interface

Spark job definition.

Properties

description

The description of the Spark job definition.

folder

The folder that this Spark job definition is in. If not specified, this Spark job definition will appear at the root level.

jobProperties

The properties of the Spark job.

language

The language of the Spark application.

requiredSparkVersion

The required Spark version of the application.

targetBigDataPool

Big data pool reference.

targetSparkConfiguration

The spark configuration of the spark job.

Property Details

description

The description of the Spark job definition.

description?: string

Property Value

string

folder

The folder that this Spark job definition is in. If not specified, this Spark job definition will appear at the root level.

folder?: SparkJobDefinitionFolder

Property Value

jobProperties

The properties of the Spark job.

jobProperties: SparkJobProperties

Property Value

language

The language of the Spark application.

language?: string

Property Value

string

requiredSparkVersion

The required Spark version of the application.

requiredSparkVersion?: string

Property Value

string

targetBigDataPool

Big data pool reference.

targetBigDataPool: BigDataPoolReference

Property Value

targetSparkConfiguration

The spark configuration of the spark job.

targetSparkConfiguration?: SparkConfigurationReference

Property Value