SoftwareConfigOptionalComponentsItem

enum SoftwareConfigOptionalComponentsItem : Enum<SoftwareConfigOptionalComponentsItem> , ConvertibleToJava<SoftwareConfigOptionalComponentsItem>

Entries

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

Docker

Link copied to clipboard

The Druid query engine. (alpha)

Link copied to clipboard

Flink

Link copied to clipboard

HBase. (beta)

Link copied to clipboard

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

Link copied to clipboard

Hudi.

Link copied to clipboard

The Jupyter Notebook.

Link copied to clipboard

The Presto query engine.

Link copied to clipboard

The Trino query engine.

Link copied to clipboard

The Ranger service.

Link copied to clipboard

The Solr service.

Link copied to clipboard

The Zeppelin notebook.

Link copied to clipboard

The Zookeeper service.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): SoftwareConfigOptionalComponentsItem
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: SoftwareConfigOptionalComponentsItem
Link copied to clipboard
Link copied to clipboard