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 \ JobStatusMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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 might 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 can 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;