HiveMetastoreConfig constructor
HiveMetastoreConfig({
- Map<
String, AuxiliaryVersionConfig> ? auxiliaryVersions, - Map<
String, String> ? configOverrides, - String? endpointProtocol,
- KerberosConfig? kerberosConfig,
- String? version,
Implementation
HiveMetastoreConfig({
this.auxiliaryVersions,
this.configOverrides,
this.endpointProtocol,
this.kerberosConfig,
this.version,
});