configOverrides

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

Parameters

value

A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in hive-site.xml). The mappings override system defaults (some keys cannot be overridden). These overrides are also applied to auxiliary versions and can be further customized in the auxiliary version's AuxiliaryVersionConfig.


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

Parameters

values

A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in hive-site.xml). The mappings override system defaults (some keys cannot be overridden). These overrides are also applied to auxiliary versions and can be further customized in the auxiliary version's AuxiliaryVersionConfig.