public sealed class HiveMetastoreConfig : IMessage<HiveMetastoreConfig>, IEquatable<HiveMetastoreConfig>, IDeepCloneable<HiveMetastoreConfig>, IBufferMessage, IMessage
Specifies configuration information specific to running Hive metastore
software as the metastore service.
public MapField<string, string> ConfigOverrides { get; }
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).
public KerberosConfig KerberosConfig { get; set; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eHiveMetastoreConfig\u003c/code\u003e class, which is used to specify configuration details for running Hive metastore software as a service.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHiveMetastoreConfig\u003c/code\u003e class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling it to interact within the Google Protocol Buffers framework.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eHiveMetastoreConfig\u003c/code\u003e include \u003ccode\u003eConfigOverrides\u003c/code\u003e, allowing the modification of Hive metastore configuration key-value pairs, \u003ccode\u003eKerberosConfig\u003c/code\u003e, for configuring Kerberos realm integration, and \u003ccode\u003eVersion\u003c/code\u003e, which holds the immutable Hive metastore schema version.\u003c/p\u003e\n"],["\u003cp\u003eThe document also provides links to various versions of \u003ccode\u003eHiveMetastoreConfig\u003c/code\u003e, from version 1.0.0 up to the latest version, 2.9.0, allowing users to access documentation specific to each version.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: \u003ccode\u003eHiveMetastoreConfig()\u003c/code\u003e, and \u003ccode\u003eHiveMetastoreConfig(HiveMetastoreConfig other)\u003c/code\u003e, allowing for instantiating either from scratch or using another \u003ccode\u003eHiveMetastoreConfig\u003c/code\u003e object as a template.\u003c/p\u003e\n"]]],[],null,[]]