Batch Environment Config Peripherals Config
data class BatchEnvironmentConfigPeripheralsConfig(val metastoreService: String? = null, val sparkHistoryServerConfig: BatchEnvironmentConfigPeripheralsConfigSparkHistoryServerConfig? = null)
Constructors
Link copied to clipboard
constructor(metastoreService: String? = null, sparkHistoryServerConfig: BatchEnvironmentConfigPeripheralsConfigSparkHistoryServerConfig? = null)
Properties
Link copied to clipboard
Resource name of an existing Dataproc Metastore service.
Link copied to clipboard
val sparkHistoryServerConfig: BatchEnvironmentConfigPeripheralsConfigSparkHistoryServerConfig? = null
The Spark History Server configuration for the workload. Structure is documented below.