Skip to content

Commit d338787

Browse files
authored
Merge pull request #180346 from v-lanjli/update
update
2 parents e9706ab + 7d1c37a commit d338787

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
@@ -58,7 +58,7 @@ The initial number of nodes will be the minimum. This value defines the initial
5858

5959
Optionally, you can enable dynamic allocation of executors in scenarios where the executor requirements are vastly different across stages of a Spark Job or the volume of data processed fluctuates with time. By enabling Dynamic Allocation of Executors, we can utilize capacity as required.
6060

61-
On enabling Dynamic Allocation of Executors while creation a Spark pool, minimum and maximum number of nodes can be set subject to the limits of available nodes. These values are defaulted to every new session that is created within the pool.
61+
On enabling dynamic allocation, it allows the job to scale the number of executors within min and max number of executors specified.
6262

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

0 commit comments

Comments
 (0)