AuxiliaryVersionConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configuration information for the auxiliary service versions.
Attributes
Name | Description |
version |
str
The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version. |
config_overrides |
MutableMapping[str, str]
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. 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.
|
network_config |
google.cloud.metastore_v1beta.types.NetworkConfig
Output only. The network configuration contains the endpoint URI(s) of the auxiliary Hive metastore service. |
Classes
ConfigOverridesEntry
ConfigOverridesEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |