Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SparkJobDefinition

Package version

Spark job definition.

Hierarchy

  • SparkJobDefinition

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional description

description: undefined | string

The description of the Spark job definition.

Optional folder

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

jobProperties

jobProperties: SparkJobProperties

The properties of the Spark job.

Optional language

language: undefined | string

The language of the Spark application.

Optional requiredSparkVersion

requiredSparkVersion: undefined | string

The required Spark version of the application.

targetBigDataPool

targetBigDataPool: BigDataPoolReference

Big data pool reference.

Generated using TypeDoc