ConnectionSpark

data class ConnectionSpark(val metastoreServiceConfig: ConnectionSparkMetastoreServiceConfig? = null, val serviceAccountId: String? = null, val sparkHistoryServerConfig: ConnectionSparkSparkHistoryServerConfig? = null)

Constructors

Link copied to clipboard
constructor(metastoreServiceConfig: ConnectionSparkMetastoreServiceConfig? = null, serviceAccountId: String? = null, sparkHistoryServerConfig: ConnectionSparkSparkHistoryServerConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Dataproc Metastore Service configuration for the connection. Structure is documented below.

Link copied to clipboard

(Output) The account ID of the service created for the purpose of this connection.

Link copied to clipboard

Spark History Server configuration for the connection. Structure is documented below.