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 |
Mapping[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).
|
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 .
|
Classes
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 |