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. |
| job |
The properties of the Spark job. |
| language | The language of the Spark application. |
| required |
The required Spark version of the application. |
| target |
Big data pool reference. |
| target |
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