properties

@JvmName(name = "gwimyilcjxanhjdd")
suspend fun properties(value: Output<Map<String, String>>)
@JvmName(name = "lgaopqnriiwuggdc")
suspend fun properties(value: Map<String, String>?)

Parameters

value

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).


@JvmName(name = "couktcbohlaflyro")
fun properties(vararg values: Pair<String, String>)

Parameters

values

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).