SparkProperties constructor

SparkProperties({
  1. MetastoreServiceConfig? metastoreServiceConfig,
  2. String? serviceAccountId,
  3. SparkHistoryServerConfig? sparkHistoryServerConfig,
})

Implementation

SparkProperties({
  this.metastoreServiceConfig,
  this.serviceAccountId,
  this.sparkHistoryServerConfig,
});