PeripheralsConfig constructor

PeripheralsConfig({
  1. String? metastoreService,
  2. SparkHistoryServerConfig? sparkHistoryServerConfig,
})

Implementation

PeripheralsConfig({
  this.metastoreService,
  this.sparkHistoryServerConfig,
});