properties

@JvmName(name = "fhojwbysytyygack")
suspend fun properties(value: Output<Map<String, String>>)
@JvmName(name = "tuowfhgahrypvoww")
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 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 Cluster properties.


@JvmName(name = "psekuekyuhunsghd")
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 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 Cluster properties.