Enum Component (3.1.2)

public enum Component extends Enum<Component> implements ProtocolMessageEnum

Cluster components that can be activated.

Protobuf enum google.cloud.dataproc.v1.Component

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ANACONDA

The Anaconda python distribution. The Anaconda component is not supported in the Dataproc <a href="/dataproc/docs/concepts/versioning/dataproc-release-2.0">2.0 image</a>. The 2.0 image is pre-installed with Miniconda.

ANACONDA = 5;

ANACONDA_VALUE

The Anaconda python distribution. The Anaconda component is not supported in the Dataproc <a href="/dataproc/docs/concepts/versioning/dataproc-release-2.0">2.0 image</a>. The 2.0 image is pre-installed with Miniconda.

ANACONDA = 5;

COMPONENT_UNSPECIFIED

Unspecified component. Specifying this will cause Cluster creation to fail.

COMPONENT_UNSPECIFIED = 0;

COMPONENT_UNSPECIFIED_VALUE

Unspecified component. Specifying this will cause Cluster creation to fail.

COMPONENT_UNSPECIFIED = 0;

DOCKER

Docker

DOCKER = 13;

DOCKER_VALUE

Docker

DOCKER = 13;

DRUID

The Druid query engine. (alpha)

DRUID = 9;

DRUID_VALUE

The Druid query engine. (alpha)

DRUID = 9;

Flink

FLINK = 14;

Flink

FLINK = 14;

HBASE

HBase. (beta)

HBASE = 11;

HBASE_VALUE

HBase. (beta)

HBASE = 11;

HIVE_WEBHCAT

The Hive Web HCatalog (the REST service for accessing HCatalog).

HIVE_WEBHCAT = 3;

HIVE_WEBHCAT_VALUE

The Hive Web HCatalog (the REST service for accessing HCatalog).

HIVE_WEBHCAT = 3;

JUPYTER

The Jupyter Notebook.

JUPYTER = 1;

JUPYTER_VALUE

The Jupyter Notebook.

JUPYTER = 1;

PRESTO

The Presto query engine.

PRESTO = 6;

PRESTO_VALUE

The Presto query engine.

PRESTO = 6;

RANGER

The Ranger service.

RANGER = 12;

RANGER_VALUE

The Ranger service.

RANGER = 12;

SOLR

The Solr service.

SOLR = 10;

SOLR_VALUE

The Solr service.

SOLR = 10;

UNRECOGNIZED
ZEPPELIN

The Zeppelin notebook.

ZEPPELIN = 4;

ZEPPELIN_VALUE

The Zeppelin notebook.

ZEPPELIN = 4;

ZOOKEEPER

The Zookeeper service.

ZOOKEEPER = 8;

ZOOKEEPER_VALUE

The Zookeeper service.

ZOOKEEPER = 8;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()