HiveMetastoreConfig class
Specifies configuration information specific to running Hive metastore software as the metastore service.
Constructors
-
HiveMetastoreConfig({Map<
String, String> ? configOverrides, String? endpointProtocol, KerberosConfig? kerberosConfig, String? version}) - HiveMetastoreConfig.fromJson(Map _json)
Properties
-
configOverrides
↔ Map<
String, String> ? -
A mapping of Hive metastore configuration key-value pairs to apply to the
Hive metastore (configured in hive-site.xml).
getter/setter pair
- endpointProtocol ↔ String?
-
The protocol to use for the metastore service endpoint.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kerberosConfig ↔ KerberosConfig?
-
Information used to configure the Hive metastore service as a service
principal in a Kerberos realm.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version ↔ String?
-
The Hive metastore schema version.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited