Class HiveMetastoreConfig (1.0.0)

HiveMetastoreConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Specifies configuration information specific to running Hive metastore software as the metastore service.

Attributes

NameDescription
version str
Immutable. The Hive metastore schema version.
config_overrides Sequence[google.cloud.metastore_v1.types.HiveMetastoreConfig.ConfigOverridesEntry]
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_v1.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
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

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 mapping is a mapping type or there are keyword parameters.