auxiliaryVersions property

Map<String, AuxiliaryVersionConfig>? auxiliaryVersions
getter/setter pair

A mapping of Hive metastore version to the auxiliary version configuration.

When specified, a secondary Hive metastore service is created along with the primary service. All auxiliary versions must be less than the service's primary version. The key is the auxiliary service name and it must match the regular expression a-z?. This means that the first character must be a lowercase letter, and all the following characters must be hyphens, lowercase letters, or digits, except the last character, which cannot be a hyphen.

Implementation

core.Map<core.String, AuxiliaryVersionConfig>? auxiliaryVersions;