Package version:

Interface SparkBatchJobState

Hierarchy

  • SparkBatchJobState

Properties

currentState?: string

the Spark job state.

deadAt?: any

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

jobCreationRequest?: SparkRequest
notStartedAt?: any

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

recoveringAt?: any

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

runningAt?: any

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

startingAt?: any

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

successAt?: any

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

terminatedAt?: any

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

Generated using TypeDoc