Skip to content

Commit 0f1cabe

Browse files
authored
Merge pull request #125602 from changeworld/patch-106
Fix typo
2 parents bc578b4 + b348b2c commit 0f1cabe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/synapse-analytics/spark/intellij-tool-synapse.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,26 +161,26 @@ You can follow the instructions below to set up your local run and local debug f
161161

162162
1. Open the **Run/Debug Configurations** dialog, select the plus sign (**+**). Then select the **Apache Spark on Synapse** option. Enter information for **Name**, **Main class name** to save.
163163

164-
![Intellij Run debug configurations local run 1](./media/intellij-tool-synapse/local-run-synapse.png)
164+
![IntelliJ Run debug configurations local run 1](./media/intellij-tool-synapse/local-run-synapse.png)
165165

166166
- Environment variables and WinUtils.exe Location are only for windows users.
167167
- Environment variables: The system environment variable can be auto detected if you have set it before and no need to manually add.
168168
- [WinUtils.exe Location](https://github.com/steveloughran/winutils/releases/download/tag_2017-08-29-hadoop-2.8.1-native/hadoop-2.8.1.zip): You can specify the WinUtils location by selecting the folder icon on the right.
169169

170170
2. Then select the local play button.
171171

172-
![Intellij Run debug configurations local run 2](./media/intellij-tool-synapse/local-run-synapse01.png)
172+
![IntelliJ Run debug configurations local run 2](./media/intellij-tool-synapse/local-run-synapse01.png)
173173

174174
3. Once local run completed, if script includes output, you can check the output file from **data** > **__default__**.
175175

176-
![Intellij Project local run result 1](./media/intellij-tool-synapse/spark-local-run-result.png)
176+
![IntelliJ Project local run result 1](./media/intellij-tool-synapse/spark-local-run-result.png)
177177

178178
### Scenario 2: Do local debugging
179179

180180
1. Open the **LogQuery** script, set breakpoints.
181181
2. Select **Local debug** icon to do local debugging.
182182

183-
![Intellij Project local run result 2](./media/intellij-tool-synapse/local-debug-synapse.png)
183+
![IntelliJ Project local run result 2](./media/intellij-tool-synapse/local-debug-synapse.png)
184184

185185
## Access and manage Synapse Workspace
186186

0 commit comments

Comments
 (0)