properties

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

Parameters

value

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

  • logging_config.driver_log_levels- (Required) The per-package log levels for the driver. This may include 'root' package name to configure rootLogger. Examples: 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG'


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

Parameters

values

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

  • logging_config.driver_log_levels- (Required) The per-package log levels for the driver. This may include 'root' package name to configure rootLogger. Examples: 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG'