ClusterState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Possible states of an HDInsight cluster.
public enum ClusterState
type ClusterState =
Public Enum ClusterState
- Inheritance
-
ClusterState
Fields
Name | Value | Description |
---|---|---|
ReadyForDeployment | 0 | The DNS name has been successfully validated and a Azure HostedService has been created. |
Accepted | 1 | A create container was received but a HostService DNS name has not been created yet. |
ClusterStorageProvisioned | 2 | The cluster storage is provisioned. |
AzureVMConfiguration | 3 | The Azure compute fabric is provisioning VM's prior to HDInsight installation. |
HDInsightConfiguration | 4 | VM provisioning is complete and the HDInsight components are installing. |
Operational | 5 | Greater than 90% of the nodes are operational. |
Running | 6 | 100% of the nodes are running. |
PatchQueued | 7 | A patch has been initiated. |
ResizeQueued | 8 | A resize has been initialized. |
DeletePending | 9 | Deployment and or Container Delete request queued. |
Deleting | 10 | Deployment or Container is being deleted. |
Error | 11 | Container is in error state. |
TimedOut | 12 | Cluster provisioning has timed out. |
CertRolloverQueued | 13 | A cluster cert rollover queued. |
Unknown | 14 | Container is in unkown state. |
ClusterCustomization | 15 | Cluster is customizing. |
Applies to
Azure SDK for .NET