SparkProperties constructor
      
      SparkProperties({ 
    
    
- MetastoreServiceConfig? metastoreServiceConfig,
- String? serviceAccountId,
- SparkHistoryServerConfig? sparkHistoryServerConfig,
Implementation
SparkProperties({
  this.metastoreServiceConfig,
  this.serviceAccountId,
  this.sparkHistoryServerConfig,
});