Module: Google::Cloud::Dataproc::V1::ClusterStatus::Substate

Defined in:
proto_docs/google/cloud/dataproc/v1/clusters.rb

Overview

The cluster substate.

Constant Summary collapse

UNSPECIFIED =

The cluster substate is unknown.

0
UNHEALTHY =

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.

1
STALE_STATUS =

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

Applies to RUNNING state.

2