configOverrides property

Map<String, String>? configOverrides
getter/setter pair

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.

Optional.

Implementation

core.Map<core.String, core.String>? configOverrides;