GdcApplicationEnvironmentSparkApplicationEnvironmentConfig

data class GdcApplicationEnvironmentSparkApplicationEnvironmentConfig(val defaultProperties: Map<String, String>? = null, val defaultVersion: String? = null)

Constructors

constructor(defaultProperties: Map<String, String>? = null, defaultVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A map of default Spark properties to apply to workloads in this application environment. These defaults may be overridden by per-application properties.

Link copied to clipboard
val defaultVersion: String? = null

The default Dataproc version to use for applications submitted to this application environment