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