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 cluster substate.

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

Namespace

Google \ Cloud \ Dataproc \ V1 \ ClusterStatus

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

UNSPECIFIED

Value: 0

The cluster substate is unknown.

Generated from protobuf enum UNSPECIFIED = 0;

UNHEALTHY

Value: 1

The cluster is known to be in an unhealthy state (for example, critical daemons are not running or HDFS capacity is exhausted).

Applies to RUNNING state.

Generated from protobuf enum UNHEALTHY = 1;

STALE_STATUS

Value: 2

The agent-reported status is out of date (may occur if Dataproc loses communication with Agent).

Applies to RUNNING state.

Generated from protobuf enum STALE_STATUS = 2;