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
fun AuxiliaryServicesConfigArgs(metastoreConfig: Output<MetastoreConfigArgs>? = null, sparkHistoryServerConfig: Output<SparkHistoryServerConfigArgs>? = null)

Functions

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

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.