configOverrides property

  1. @TagNumber(2)
Map<String, String> configOverrides

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.

Implementation

@$pb.TagNumber(2)
$core.Map<$core.String, $core.String> get configOverrides => $_getMap(1);