Share via


SparkBatchJob interface

Properties

appId

The application id of this session

appInfo

The detailed application info.

artifactId

The artifact identifier.

errors

The error information.

id

The session Id.

jobType

The job type.

livyInfo
logLines

The log lines.

name

The batch name.

plugin

The plugin information.

result

The Spark batch job result.

scheduler

The scheduler information.

sparkPoolName

The Spark pool name.

state

The batch state

submitterId

The submitter identifier.

submitterName

The submitter name.

tags

The tags.

workspaceName

The workspace name.

Property Details

appId

The application id of this session

appId?: string

Property Value

string

appInfo

The detailed application info.

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

Property Value

{[propertyName: string]: string}

artifactId

The artifact identifier.

artifactId?: string

Property Value

string

errors

The error information.

errors?: SparkServiceError[]

Property Value

id

The session Id.

id: number

Property Value

number

jobType

The job type.

jobType?: string

Property Value

string

livyInfo

livyInfo?: SparkBatchJobState

Property Value

logLines

The log lines.

logLines?: string[]

Property Value

string[]

name

The batch name.

name?: string

Property Value

string

plugin

The plugin information.

plugin?: SparkServicePlugin

Property Value

result

The Spark batch job result.

result?: string

Property Value

string

scheduler

The scheduler information.

scheduler?: SparkScheduler

Property Value

sparkPoolName

The Spark pool name.

sparkPoolName?: string

Property Value

string

state

The batch state

state?: string

Property Value

string

submitterId

The submitter identifier.

submitterId?: string

Property Value

string

submitterName

The submitter name.

submitterName?: string

Property Value

string

tags

The tags.

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

Property Value

{[propertyName: string]: string}

workspaceName

The workspace name.

workspaceName?: string

Property Value

string