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
Methods
name
Parameter
Name
Description
value
mixed
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 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.