SparkBatchJobState interface
Properties
| current |
the Spark job state. |
| dead |
time that at which "dead" livy state was first seen. |
| job |
|
| not |
the time that at which "not_started" livy state was first seen. |
| recovering |
the time that at which "recovering" livy state was first seen. |
| running |
the time that at which "running" livy state was first seen. |
| starting |
the time that at which "starting" livy state was first seen. |
| success |
the time that at which "success" livy state was first seen. |
| terminated |
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
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