HiveMetastoreConfig constructor

HiveMetastoreConfig({
  1. Map<String, String>? configOverrides,
  2. String? endpointProtocol,
  3. KerberosConfig? kerberosConfig,
  4. String? version,
})

Implementation

HiveMetastoreConfig({
  this.configOverrides,
  this.endpointProtocol,
  this.kerberosConfig,
  this.version,
});