Skip to content

Commit fe739c5

Browse files
committed
Use a Markdown code block surrounded by triple backticks
1 parent d217e74 commit fe739c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ On enabling Dynamic Allocation of Executors while creation a Spark pool, minimum
6262

6363
Apache Spark enables configuration of Dynamic Allocation of Executors through code as below:
6464

65+
```
6566
%%configure -f
6667
{
6768
"conf" : {
@@ -70,7 +71,7 @@ Apache Spark enables configuration of Dynamic Allocation of Executors through co
7071
"spark.dynamicAllocation.minExecutors": "2"
7172
}
7273
}
73-
74+
```
7475
The defaults specified through the code override the values set through the user interface.
7576

7677
On enabling Dynamic allocation, Executors scale up or down based on the utilization of the Executors. This ensure that the Executors are provisioned in accordance with the needs of the job being run.

0 commit comments

Comments
 (0)