Udostępnij za pośrednictwem


ClusterState Enum

Definition

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.

DeletePending 8

Deployment and or Container Delete request queued

Deleting 9

Deployment or Container is being deleted

Error 10

Container is in error state

Unknown 11

Unable to read state. Check Error for details

Applies to