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 \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
COMPONENT_UNSPECIFIED
Value: 0Unspecified component. Specifying this will cause Cluster creation to fail.
Generated from protobuf enum COMPONENT_UNSPECIFIED = 0;
ANACONDA
Value: 5The 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: 13Docker
Generated from protobuf enum DOCKER = 13;
DRUID
Value: 9The Druid query engine. (alpha)
Generated from protobuf enum DRUID = 9;
FLINK
Value: 14Flink
Generated from protobuf enum FLINK = 14;
HBASE
Value: 11HBase. (beta)
Generated from protobuf enum HBASE = 11;
HIVE_WEBHCAT
Value: 3The Hive Web HCatalog (the REST service for accessing HCatalog).
Generated from protobuf enum HIVE_WEBHCAT = 3;
HUDI
Value: 18Hudi.
Generated from protobuf enum HUDI = 18;
JUPYTER
Value: 1The Jupyter Notebook.
Generated from protobuf enum JUPYTER = 1;
PRESTO
Value: 6The Presto query engine.
Generated from protobuf enum PRESTO = 6;
TRINO
Value: 17The Trino query engine.
Generated from protobuf enum TRINO = 17;
RANGER
Value: 12The Ranger service.
Generated from protobuf enum RANGER = 12;
SOLR
Value: 10The Solr service.
Generated from protobuf enum SOLR = 10;
ZEPPELIN
Value: 4The Zeppelin notebook.
Generated from protobuf enum ZEPPELIN = 4;
ZOOKEEPER
Value: 8The Zookeeper service.
Generated from protobuf enum ZOOKEEPER = 8;