Module: Google::Cloud::Dataproc::V1::ClusterStatus::Substate
- Defined in:
 - lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb
 
Constant Summary collapse
- UNSPECIFIED =
 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 Cloud Dataproc loses communication with Agent).
Applies to RUNNING state.
 2