Class JobStatus (5.10.1)

JobStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Dataproc job status.

Attributes

Name Description
state google.cloud.dataproc_v1.types.JobStatus.State
Output only. A state message specifying the overall job state.
details str
Optional. Output only. Job state details, such as an error description if the state is ERROR.
state_start_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when this state was entered.
substate google.cloud.dataproc_v1.types.JobStatus.Substate
Output only. Additional state information, which includes status reported by the agent.

Classes

State

State(value)

The job state.

    Applies to restartable jobs only.

Substate

Substate(value)

The job substate.

    Applies to RUNNING state.
QUEUED (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.
STALE_STATUS (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.