Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SparkSessionState

Package version

Hierarchy

  • SparkSessionState

Index

Properties

Optional busyAt

busyAt: Date | null

Optional currentState

currentState: undefined | string

Optional deadAt

deadAt: Date | null

Optional errorAt

errorAt: Date | null

Optional idleAt

idleAt: Date | null

Optional jobCreationRequest

jobCreationRequest: SparkRequest

Optional notStartedAt

notStartedAt: Date | null

Optional recoveringAt

recoveringAt: Date | null

Optional shuttingDownAt

shuttingDownAt: Date | null

Optional startingAt

startingAt: Date | null

Optional terminatedAt

terminatedAt: Date | null

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

Generated using TypeDoc