Google Cloud Dataproc V1 Client - Class Component (3.2.2)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class Component.

Cluster components that can be activated.

Protobuf type google.cloud.dataproc.v1.Component

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

COMPONENT_UNSPECIFIED

Value: 0

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

Generated from protobuf enum COMPONENT_UNSPECIFIED = 0;

ANACONDA

Value: 5

The Anaconda python distribution. The Anaconda component is not supported in the Dataproc 2.0 image. The 2.0 image is pre-installed with Miniconda.

Generated from protobuf enum ANACONDA = 5;

DOCKER

Value: 13

Docker

Generated from protobuf enum DOCKER = 13;

DRUID

Value: 9

The Druid query engine. (alpha)

Generated from protobuf enum DRUID = 9;

Value: 14

Flink

Generated from protobuf enum FLINK = 14;

HBASE

Value: 11

HBase. (beta)

Generated from protobuf enum HBASE = 11;

HIVE_WEBHCAT

Value: 3

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

Generated from protobuf enum HIVE_WEBHCAT = 3;

JUPYTER

Value: 1

The Jupyter Notebook.

Generated from protobuf enum JUPYTER = 1;

PRESTO

Value: 6

The Presto query engine.

Generated from protobuf enum PRESTO = 6;

RANGER

Value: 12

The Ranger service.

Generated from protobuf enum RANGER = 12;

SOLR

Value: 10

The Solr service.

Generated from protobuf enum SOLR = 10;

ZEPPELIN

Value: 4

The Zeppelin notebook.

Generated from protobuf enum ZEPPELIN = 4;

ZOOKEEPER

Value: 8

The Zookeeper service.

Generated from protobuf enum ZOOKEEPER = 8;