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\u003eThe \u003ccode\u003eHiveMetastoreConfig\u003c/code\u003e class is designed to specify configuration details for running Hive metastore software, inheriting from \u003ccode\u003eObject\u003c/code\u003e and implementing multiple interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class includes constructors for creating instances, either default or by cloning from an existing \u003ccode\u003eHiveMetastoreConfig\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eConfigOverrides\u003c/code\u003e property allows for the customization of Hive metastore configurations via key-value pairs, overriding system defaults in \u003ccode\u003ehive-site.xml\u003c/code\u003e, using \u003ccode\u003eMapField\u003c/code\u003e of strings.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eKerberosConfig\u003c/code\u003e property enables the configuration of the Hive metastore service as a Kerberos principal, while omitting it and updating through \u003ccode\u003eUpdateService\u003c/code\u003e disables Kerberos.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eVersion\u003c/code\u003e property represents the immutable Hive metastore schema version, stored as a string.\u003c/p\u003e\n"]]],[],null,[]]