Google Cloud Dataproc V1 Client - Class Component (2.1.0)

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

Namespace

Google \ Cloud \ Dataproc \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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 component is no longer supported or applicable to supported Dataproc on Compute Engine image versions.

It cannot be activated on clusters created with supported Dataproc on Compute Engine image versions.

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;

HUDI

Value: 18

Hudi.

Generated from protobuf enum HUDI = 18;

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;

TRINO

Value: 17

The Trino query engine.

Generated from protobuf enum TRINO = 17;

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;