We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d507ee + ae00a3f commit 49afce5Copy full SHA for 49afce5
articles/synapse-analytics/spark/apache-spark-autoscale.md
@@ -67,7 +67,7 @@ Apache Spark enables configuration of Dynamic Allocation of Executors through co
67
{
68
"conf" : {
69
"spark.dynamicAllocation.maxExecutors" : "6",
70
- "spark.dynamicAllocation.enable": "true",
+ "spark.dynamicAllocation.enabled": "true",
71
"spark.dynamicAllocation.minExecutors": "2"
72
}
73
0 commit comments