You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A mapping of Hive metastore version to the auxiliary version configuration.
204
+
When specified, a secondary Hive metastore service is created along with the primary service.
205
+
All auxiliary versions must be less than the service's primary version.
206
+
The key is the auxiliary service name and it must match the regular expression a-z?.
207
+
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.
208
+
Structure is [documented below](#nested_auxiliary_versions).
*`key` - (Required) The identifier for this object. Format specified above.
237
+
238
+
*`version` -
239
+
(Required)
240
+
The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.
241
+
242
+
*`config_overrides` -
243
+
(Optional)
244
+
A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in hive-site.xml) in addition to the primary version's overrides.
245
+
If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.
0 commit comments