SparkProfileArgs

data class SparkProfileArgs(val defaultStorageUrl: Output<String>? = null, val metastoreSpec: Output<SparkMetastoreSpecArgs>? = null, val userPluginsSpec: Output<SparkUserPluginsArgs>? = null) : ConvertibleToJava<SparkProfileArgs>

The spark cluster profile.

Constructors

Link copied to clipboard
constructor(defaultStorageUrl: Output<String>? = null, metastoreSpec: Output<SparkMetastoreSpecArgs>? = null, userPluginsSpec: Output<SparkUserPluginsArgs>? = null)

Properties

Link copied to clipboard
val defaultStorageUrl: Output<String>? = null

The default storage URL.

Link copied to clipboard

The metastore specification for Spark cluster.

Link copied to clipboard

Spark user plugins spec

Functions

Link copied to clipboard
open override fun toJava(): SparkProfileArgs