Google Cloud Dataproc V1 Client - Class Substate (3.10.1)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class Substate.

The job substate.

Protobuf type google.cloud.dataproc.v1.JobStatus.Substate

Namespace

Google \ Cloud \ Dataproc \ V1 \ JobStatus

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

UNSPECIFIED

Value: 0

The job substate is unknown.

Generated from protobuf enum UNSPECIFIED = 0;

SUBMITTED

Value: 1

The Job is submitted to the agent.

Applies to RUNNING state.

Generated from protobuf enum SUBMITTED = 1;

QUEUED

Value: 2

The Job has been received and is awaiting execution (it may be waiting for a condition to be met). See the "details" field for the reason for the delay.

Applies to RUNNING state.

Generated from protobuf enum QUEUED = 2;

STALE_STATUS

Value: 3

The agent-reported status is out of date, which may be caused by a loss of communication between the agent and Dataproc. If the agent does not send a timely update, the job will fail.

Applies to RUNNING state.

Generated from protobuf enum STALE_STATUS = 3;