configOverrides

@JvmName(name = "knfrcirfyjqoplnk")
suspend fun configOverrides(value: Output<Map<String, String>>)
@JvmName(name = "mgjtnmmxotendrtc")
suspend fun configOverrides(value: Map<String, String>?)

Parameters

value

A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in hive-site.xml) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.


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

Parameters

values

A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in hive-site.xml) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.