Skip to content

Commit 49afce5

Browse files
authored
Merge pull request #96391 from moliu2019/patch-5
update dynamic allocation enabled flag
2 parents 6d507ee + ae00a3f commit 49afce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/spark/apache-spark-autoscale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Apache Spark enables configuration of Dynamic Allocation of Executors through co
6767
{
6868
"conf" : {
6969
"spark.dynamicAllocation.maxExecutors" : "6",
70-
"spark.dynamicAllocation.enable": "true",
70+
"spark.dynamicAllocation.enabled": "true",
7171
"spark.dynamicAllocation.minExecutors": "2"
7272
}
7373
}

0 commit comments

Comments
 (0)