Linked Service Azure Databricks New Cluster Config Args
data class LinkedServiceAzureDatabricksNewClusterConfigArgs(val clusterVersion: Output<String>, val customTags: Output<Map<String, String>>? = null, val driverNodeType: Output<String>? = null, val initScripts: Output<List<String>>? = null, val logDestination: Output<String>? = null, val maxNumberOfWorkers: Output<Int>? = null, val minNumberOfWorkers: Output<Int>? = null, val nodeType: Output<String>, val sparkConfig: Output<Map<String, String>>? = null, val sparkEnvironmentVariables: Output<Map<String, String>>? = null) : ConvertibleToJava<LinkedServiceAzureDatabricksNewClusterConfigArgs>
Constructors
Link copied to clipboard
constructor(clusterVersion: Output<String>, customTags: Output<Map<String, String>>? = null, driverNodeType: Output<String>? = null, initScripts: Output<List<String>>? = null, logDestination: Output<String>? = null, maxNumberOfWorkers: Output<Int>? = null, minNumberOfWorkers: Output<Int>? = null, nodeType: Output<String>, sparkConfig: Output<Map<String, String>>? = null, sparkEnvironmentVariables: Output<Map<String, String>>? = null)
Properties
Link copied to clipboard
Spark version of a the cluster.
Link copied to clipboard
Tags for the cluster resource.
Link copied to clipboard
Driver node type for the cluster.
Link copied to clipboard
User defined initialization scripts for the cluster.
Link copied to clipboard
Location to deliver Spark driver, worker, and event logs.
Link copied to clipboard
Specifies the maximum number of worker nodes. It should be between 1 and 25000.
Link copied to clipboard
Specifies the minimum number of worker nodes. It should be between 1 and 25000. It defaults to 1
.
Link copied to clipboard
User-specified Spark configuration variables key-value pairs.
Link copied to clipboard
User-specified Spark environment variables key-value pairs.