Share via


SparkBatchJobState interface

Properties

currentState

the Spark job state.

deadAt

time that at which "dead" livy state was first seen.

jobCreationRequest
notStartedAt

the time that at which "not_started" livy state was first seen.

recoveringAt

the time that at which "recovering" livy state was first seen.

runningAt

the time that at which "running" livy state was first seen.

startingAt

the time that at which "starting" livy state was first seen.

successAt

the time that at which "success" livy state was first seen.

terminatedAt

the time that at which "killed" livy state was first seen.

Property Details

currentState

the Spark job state.

currentState?: string

Property Value

string

deadAt

time that at which "dead" livy state was first seen.

deadAt?: Date

Property Value

Date

jobCreationRequest

jobCreationRequest?: SparkRequest

Property Value

notStartedAt

the time that at which "not_started" livy state was first seen.

notStartedAt?: Date

Property Value

Date

recoveringAt

the time that at which "recovering" livy state was first seen.

recoveringAt?: Date

Property Value

Date

runningAt

the time that at which "running" livy state was first seen.

runningAt?: Date

Property Value

Date

startingAt

the time that at which "starting" livy state was first seen.

startingAt?: Date

Property Value

Date

successAt

the time that at which "success" livy state was first seen.

successAt?: Date

Property Value

Date

terminatedAt

the time that at which "killed" livy state was first seen.

terminatedAt?: Date

Property Value

Date