properties

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

Parameters

value

Optional. The properties to set on daemon config files. Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. The following are supported prefixes and their mappings: * capacity-scheduler: capacity-scheduler.xml * core: core-site.xml * distcp: distcp-default.xml * hdfs: hdfs-site.xml * hive: hive-site.xml * mapred: mapred-site.xml * pig: pig.properties * spark: spark-defaults.conf * yarn: yarn-site.xml For more information, see (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).


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

Parameters

values

Optional. The properties to set on daemon config files. Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. The following are supported prefixes and their mappings: * capacity-scheduler: capacity-scheduler.xml * core: core-site.xml * distcp: distcp-default.xml * hdfs: hdfs-site.xml * hive: hive-site.xml * mapred: mapred-site.xml * pig: pig.properties * spark: spark-defaults.conf * yarn: yarn-site.xml For more information, see (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).