Skip to content

Commit 9efb5be

Browse files
authored
Merge pull request #103211 from amanjeetsingh/patch-2
Update apache-spark-autoscale.md
2 parents 9e37106 + fe44021 commit 9efb5be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ For scale-up, the Azure Synapse Autoscale service calculates how many new nodes
4242

4343
For scale-down, based on the number of executors, application masters per node, the current CPU and memory requirements, Autoscale issues a request to remove a certain number of nodes. The service also detects which nodes are candidates for removal based on current job execution. The scale down operation first decommissions the nodes, and then removes them from the cluster.
4444

45+
>[!NOTE]
46+
>A note about updating and force applying autoscale configuration to an existing Spark pool. If **Force new setting** in the Azure portal or `ForceApplySetting` in [PowerShell](/powershell/module/az.synapse/update-azsynapsesparkpool) is enabled, then all existing Spark sessions are terminated and configuration changes are applied immediately. If this option is not selected, then the configuration is applied to the new Spark sessions and existing sessions are not terminated.
47+
4548
## Get started
4649

4750
### Create a serverless Apache Spark pool with Autoscaling

0 commit comments

Comments
 (0)