SparkProfileResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The default storage URL.

Link copied to clipboard

The metastore specification for Spark cluster.

Link copied to clipboard

Spark user plugins spec