properties

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

Parameters

value

Optional. A mapping of property names to values, used to configure SparkR. Properties that conflict with values set by the Dataproc API may be overwritten. Can include properties set in /etc/spark/conf/spark-defaults.conf and classes in user code.


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

Parameters

values

Optional. A mapping of property names to values, used to configure SparkR. Properties that conflict with values set by the Dataproc API may be overwritten. Can include properties set in /etc/spark/conf/spark-defaults.conf and classes in user code.