Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SparkBatchJobState

Package version

Hierarchy

  • SparkBatchJobState

Index

Properties

Optional currentState

currentState: undefined | string

the Spark job state.

Optional deadAt

deadAt: Date

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

Optional jobCreationRequest

jobCreationRequest: SparkRequest

Optional notStartedAt

notStartedAt: Date

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

Optional recoveringAt

recoveringAt: Date

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

Optional runningAt

runningAt: Date

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

Optional startingAt

startingAt: Date

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

Optional successAt

successAt: Date

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

Optional terminatedAt

terminatedAt: Date

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

Generated using TypeDoc