Module: Google::Cloud::Dataproc::V1::ClusterStatus::State

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

Overview

The cluster state.

Constant Summary collapse

UNKNOWN =

The cluster state is unknown.

0
CREATING =

The cluster is being created and set up. It is not ready for use.

1
RUNNING =

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.

2
ERROR =

The cluster encountered an error. It is not ready for use.

3
ERROR_DUE_TO_UPDATE =

The cluster has encountered an error while being updated. Jobs can be submitted to the cluster, but the cluster cannot be updated.

9
DELETING =

The cluster is being deleted. It cannot be used.

4
UPDATING =

The cluster is being updated. It continues to accept and process jobs.

5
STOPPING =

The cluster is being stopped. It cannot be used.

6
STOPPED =

The cluster is currently stopped. It is not ready for use.

7
STARTING =

The cluster is being started. It is not ready for use.

8
REPAIRING =

The cluster is being repaired. It is not ready for use.

10