Package version:

Interface SparkJobDefinition

Spark job definition.

Hierarchy

  • SparkJobDefinition

Indexable

[property: string]: any

Properties

description?: string

The description of the Spark job definition.

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

jobProperties: SparkJobProperties

The properties of the Spark job.

language?: string

The language of the Spark application.

requiredSparkVersion?: string

The required Spark version of the application.

targetBigDataPool: BigDataPoolReference

Big data pool reference.

targetSparkConfiguration?: SparkConfigurationReference

The spark configuration of the spark job.

Generated using TypeDoc