Spark

The Spark configuration properties for SQL workloads. This map contains key-value pairs that configure Apache Spark settings to optimize performance for your data processing jobs. You can specify up to 50 Spark properties, with each key being 1-200 characters and each value being 0-500 characters. These properties allow you to adjust compute capacity for large datasets and complex workloads.

Constructors

Link copied to clipboard
constructor(value: Map<String, String>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this WorkerComputeConfigurationProperties as a Spark and retrieves its kotlin.collections.Map value. Throws an exception if the WorkerComputeConfigurationProperties is not a Spark.

Link copied to clipboard

Casts this WorkerComputeConfigurationProperties as a Spark and retrieves its kotlin.collections.Map value. Returns null if the WorkerComputeConfigurationProperties is not a Spark.