configOverrides

@JvmName(name = "jvmnhkefkeflyjhr")
suspend fun configOverrides(value: Output<Map<String, String>>)
@JvmName(name = "kaeyehdpgxmlhufp")
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)


@JvmName(name = "rbnyddptldqayivw")
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)