Kubernetes Software Config Args
data class KubernetesSoftwareConfigArgs(val componentVersion: Output<Map<String, String>>? = null, val properties: Output<Map<String, String>>? = null) : ConvertibleToJava<KubernetesSoftwareConfigArgs>
The software configuration for this Dataproc cluster running on Kubernetes.
Constructors
Functions
Properties
Link copied to clipboard
The properties to set on daemon config files.Property keys are specified in prefix:property format, for example spark:spark.kubernetes.container.image. The following are supported prefixes and their mappings: spark: spark-defaults.confFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).