Skip to content

Commit d779552

Browse files
authored
Merge pull request #216695 from v-lanjli/updateforsynapseSJDandnotebook_updateforsynapse/main
update notebook/SJD activity for synapse
2 parents 23536a8 + b68b5e7 commit d779552

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed
Loading
77 KB
Loading

articles/synapse-analytics/quickstart-transform-data-using-spark-job-definition.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ On this panel, you can reference to the Spark job definition to run.
8686
|Main class name| The fully qualified identifier or the main class that is in the main definition file. <br> Sample: `WordCount`|
8787
|Command-line arguments| You can add command-line arguments by clicking the **New** button. It should be noted that adding command-line arguments will override the command-line arguments defined by the Spark job definition. <br> *Sample: `abfss://…/path/to/shakespeare.txt` `abfss://…/path/to/result`* <br> |
8888
|Apache Spark pool| You can select Apache Spark pool from the list.|
89+
|Python code reference| Additional python code files used for reference in the main definition file. |
90+
|Reference files | Additional files used for reference in the main definition file. |
8991
|Dynamically allocate executors| This setting maps to the dynamic allocation property in Spark configuration for Spark Application executors allocation.|
9092
|Min executors| Min number of executors to be allocated in the specified Spark pool for the job.|
9193
|Max executors| Max number of executors to be allocated in the specified Spark pool for the job.|

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ You can create a Synapse notebook activity directly from the Synapse pipeline ca
2727

2828
Drag and drop **Synapse notebook** under **Activities** onto the Synapse pipeline canvas. Select on the Synapse notebook activity box and config the notebook content for current activity in the **settings**. You can select an existing notebook from the current workspace or add a new one.
2929

30+
If you select an existing notebook from the current workspace, you can click the **Open** button to directly open the notebook's page.
31+
3032
(Optional) You can also reconfigure Spark pool\Executor size\Dynamically allocate executors\Min executors\Max executors\Driver size in settings. It should be noted that the settings reconfigured here will replace the settings of the configure session in Notebook. If nothing is set in the settings of the current notebook activity, it will run with the settings of the configure session in that notebook.
3133

3234
> [!div class="mx-imgBorder"]

0 commit comments

Comments
 (0)