Spark Profile Response
data class SparkProfileResponse(val defaultStorageUrl: String? = null, val metastoreSpec: SparkMetastoreSpecResponse? = null, val userPluginsSpec: SparkUserPluginsResponse? = null)
The spark cluster profile.
Constructors
Link copied to clipboard
constructor(defaultStorageUrl: String? = null, metastoreSpec: SparkMetastoreSpecResponse? = null, userPluginsSpec: SparkUserPluginsResponse? = null)