AuxiliaryServicesConfig constructor

AuxiliaryServicesConfig({
  1. MetastoreConfig? metastoreConfig,
  2. SparkHistoryServerConfig? sparkHistoryServerConfig,
})

Implementation

AuxiliaryServicesConfig({
  this.metastoreConfig,
  this.sparkHistoryServerConfig,
});