Package version:

Interface SparkBatchJob

Hierarchy

  • SparkBatchJob

Properties

appId?: string

The application id of this session

appInfo?: {
    [propertyName: string]: string;
}

The detailed application info.

Type declaration

  • [propertyName: string]: string
artifactId?: string

The artifact identifier.

The error information.

id: number

The session Id.

jobType?: string

The job type.

logLines?: string[]

The log lines.

name?: string

The batch name.

The plugin information.

result?: string

The Spark batch job result.

scheduler?: SparkScheduler

The scheduler information.

sparkPoolName?: string

The Spark pool name.

state?: string

The batch state

submitterId?: string

The submitter identifier.

submitterName?: string

The submitter name.

tags?: {
    [propertyName: string]: string;
}

The tags.

Type declaration

  • [propertyName: string]: string
workspaceName?: string

The workspace name.

Generated using TypeDoc