ClusterType 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.
Enum that describe the flavor of the cluster.
public enum ClusterType
type ClusterType =
Public Enum ClusterType
- Inheritance
-
ClusterType
Fields
Name | Value | Description |
---|---|---|
Hadoop | 0 | Hadoop only cluster type. |
HBase | 1 | Hadoop with HBase cluster type. |
Storm | 2 | Hadoop with Storm cluster type. |
Spark | 3 | Hadoop with Spark cluster type. |
Unknown | 4 | Unknown cluster flavor. |