spark.SparkStatus
export type SparkStatus = 'idle' | 'running' | 'paused' | 'stopped' | 'error';Values
'idle''running''paused''stopped''error'
Status of a Spark training execution.
idle: Worker not yet started or finishedrunning: Worker is executingpaused: Execution paused at checkpoint, waiting for resumestopped: Execution stopped, worker will terminateerror: An error occurred during execution