Metastore Service Hive Metastore Config Args
Constructors
Properties
A mapping of Hive metastore version to the auxiliary version configuration. When specified, a secondary Hive metastore service is created along with the primary service. All auxiliary versions must be less than the service's primary version. The key is the auxiliary service name and it must match the regular expression a-z?. This means that the first character must be a lowercase letter, and all the following characters must be hyphens, lowercase letters, or digits, except the last character, which cannot be a hyphen. Structure is documented below.
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)
The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT
. Default value is THRIFT
. Possible values are: THRIFT
, GRPC
.
Information used to configure the Hive metastore service as a service principal in a Kerberos realm. Structure is documented below.