properties

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

Parameters

value

Optional. A mapping of property names to values, used to configure Spark SQL's SparkConf. Properties that conflict with values set by the Dataproc API may be overwritten.


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

Parameters

values

Optional. A mapping of property names to values, used to configure Spark SQL's SparkConf. Properties that conflict with values set by the Dataproc API may be overwritten.