你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SparkBatchJobState Class

Definition

The SparkBatchJobState.

public class SparkBatchJobState
type SparkBatchJobState = class
Public Class SparkBatchJobState
Inheritance
SparkBatchJobState

Properties

CurrentState

the Spark job state.

DeadAt

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

JobCreationRequest

Gets the job creation request.

NotStartedAt

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

RecoveringAt

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

RunningAt

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

StartingAt

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

SuccessAt

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

TerminatedAt

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

Applies to