properties

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

Parameters

value

A mapping of property names and values, used to configure Hive. Properties that conflict with values set by the Dataproc API may be overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml, /etc/hive/conf/hive-site.xml, and classes in user code. */


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

Parameters

values

A mapping of property names and values, used to configure Hive. Properties that conflict with values set by the Dataproc API may be overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml, /etc/hive/conf/hive-site.xml, and classes in user code. */