Reference documentation and code samples for the Cloud Dataproc V1 API module Google::Cloud::Dataproc::V1::ClusterStatus::State.
The cluster state.
Constants
UNKNOWN
value: 0
The cluster state is unknown.
CREATING
value: 1
The cluster is being created and set up. It is not ready for use.
RUNNING
value: 2
The cluster is currently running and healthy. It is ready for use.
Note: The cluster state changes from "creating" to "running" status after the master node(s), first two primary worker nodes (and the last primary worker node if primary workers > 2) are running.
ERROR
value: 3
The cluster encountered an error. It is not ready for use.
ERROR_DUE_TO_UPDATE
value: 9
The cluster has encountered an error while being updated. Jobs can
be submitted to the cluster, but the cluster cannot be updated.
DELETING
value: 4
The cluster is being deleted. It cannot be used.
UPDATING
value: 5
The cluster is being updated. It continues to accept and process jobs.
STOPPING
value: 6
The cluster is being stopped. It cannot be used.
STOPPED
value: 7
The cluster is currently stopped. It is not ready for use.
STARTING
value: 8
The cluster is being started. It is not ready for use.