AuxiliaryServicesConfigArgs

data class AuxiliaryServicesConfigArgs(val metastoreConfig: Output<MetastoreConfigArgs>? = null, val sparkHistoryServerConfig: Output<SparkHistoryServerConfigArgs>? = null) : ConvertibleToJava<AuxiliaryServicesConfigArgs>

Auxiliary services configuration for a Cluster.

Constructors

Link copied to clipboard
constructor(metastoreConfig: Output<MetastoreConfigArgs>? = null, sparkHistoryServerConfig: Output<SparkHistoryServerConfigArgs>? = null)

Properties

Link copied to clipboard

Optional. The Hive Metastore configuration for this workload.

Link copied to clipboard

Optional. The Spark History Server configuration for the workload.

Functions

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