Skip to content

Commit cce341a

Browse files
committed
add settings properties
1 parent 6620404 commit cce341a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
1.98 KB
Loading

articles/synapse-analytics/synapse-notebook-activity.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ You can also select an Apache Spark pool in the settings. It should be noted tha
3131

3232
![screenshot-showing-create-notebook-activity](./media/synapse-notebook-activity/create-synapse-notebook-activity.png)
3333

34+
35+
| Property | Description |
36+
| ----- | ----- |
37+
|Spark pool| Reference to the Spark pool. You can select Apache Spark pool from the list. If this setting is empty, it will run in the spark pool of the notebook itself.|
38+
|Executor size| Number of cores and memory to be used for executors allocated in the specified Apache Spark pool for the session.|
39+
|Dynamically allocate executors| This setting maps to the dynamic allocation property in Spark configuration for Spark Application executors allocation.|
40+
|Min executors| Min number of executors to be allocated in the specified Spark pool for the job.|
41+
|Max executors| Max number of executors to be allocated in the specified Spark pool for the job.|
42+
|Driver size| Number of cores and memory to be used for driver given in the specified Apache Spark pool for the job.|
43+
3444
> [!NOTE]
3545
> The execution of parallel Spark Notebooks in Azure Synapse pipelines be queued and executed in a FIFO manner, jobs order in the queue is according to the time sequence, the expire time of a job in the queue is 3 days, please notice that queue for notebook only work in synapse pipeline.
3646

0 commit comments

Comments
 (0)