HiveMetastoreConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Specifies configuration information specific to running Hive metastore software as the metastore service.
Attributes |
|
---|---|
Name | Description |
version |
str
Immutable. The Hive metastore schema version. |
config_overrides |
MutableMapping[str, str]
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 .
|
kerberos_config |
google.cloud.metastore_v1beta.types.KerberosConfig
Information used to configure the Hive metastore service as a service principal in a Kerberos realm. To disable Kerberos, use the UpdateService method and specify this
field's path (hive_metastore_config.kerberos_config ) in
the request's update_mask while omitting this field from
the request's service .
|
endpoint_protocol |
google.cloud.metastore_v1beta.types.HiveMetastoreConfig.EndpointProtocol
The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT .
|
auxiliary_versions |
MutableMapping[str, google.cloud.metastore_v1beta.types.AuxiliaryVersionConfig]
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 <[-a-z0-9]*[a-z0-9]> __?.
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.
|
Classes
AuxiliaryVersionsEntry
AuxiliaryVersionsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
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 |
ConfigOverridesEntry
ConfigOverridesEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
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 |
EndpointProtocol
EndpointProtocol(value)
Protocols available for serving the metastore service endpoint.