SparkPoolSparkConfig

data class SparkPoolSparkConfig(val content: String, val filename: String)

Constructors

Link copied to clipboard
constructor(content: String, filename: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The contents of a spark configuration.

Link copied to clipboard

The name of the file where the spark configuration content will be stored.