Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ resources:
new_cluster:
spark_version: 15.4.x-scala2.12
node_type_id: i3.xlarge
data_security_mode: SINGLE_USER
autoscale:
min_workers: 1
max_workers: 4
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Warning: Ignoring Databricks CLI version constraint for development build. Requi
"max_workers": 4,
"min_workers": 1
},
"data_security_mode": "SINGLE_USER",
"node_type_id": "i3.xlarge",
"spark_version": "15.4.x-scala2.12"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"new_cluster": {
"spark_version": "15.4.x-scala2.12",
"node_type_id": "i3.xlarge",
"data_security_mode": "SINGLE_USER",
"autoscale": {
"min_workers": 1,
"max_workers": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"max_workers": 4,
"min_workers": 1
},
"data_security_mode": "SINGLE_USER",
"node_type_id": "i3.xlarge",
"spark_version": "15.4.x-scala2.12"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ resources:
new_cluster:
spark_version: {{template "latest_lts_dbr_version"}}
node_type_id: {{smallest_node_type}}
data_security_mode: SINGLE_USER
autoscale:
min_workers: 1
max_workers: 4
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ This job runs {{.project_name}}_pipeline on a schedule.
"new_cluster": {
"spark_version": "{{template "latest_lts_dbr_version"}}",
"node_type_id": "{{smallest_node_type}}",
"data_security_mode": "SINGLE_USER",
"autoscale": {
"min_workers": 1,
"max_workers": 4,
Expand Down