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 webpage details the \u003ccode\u003eHiveMetastoreConfig\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Metastore.V1\u003c/code\u003e namespace, which provides configuration settings for Hive metastore services.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHiveMetastoreConfig\u003c/code\u003e class is available in multiple versions, with version 2.9.0 being the latest and version 1.0.0 being the oldest, with the page detailing version 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits members from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eHiveMetastoreConfig\u003c/code\u003e include \u003ccode\u003eConfigOverrides\u003c/code\u003e, which allows for custom key-value pairs, \u003ccode\u003eKerberosConfig\u003c/code\u003e for Kerberos realm configurations, and \u003ccode\u003eVersion\u003c/code\u003e, representing the metastore schema version.\u003c/p\u003e\n"],["\u003cp\u003eThe document details the constructors available, one being a default and another allowing the input of another HiveMetastoreConfig.\u003c/p\u003e\n"]]],[],null,[]]