Skip to content

Commit 643fe36

Browse files
committed
update synapse interactive for vscode
1 parent 615e1ad commit 643fe36

File tree

4 files changed

+25
-6
lines changed

4 files changed

+25
-6
lines changed

articles/hdinsight/hdinsight-for-vscode.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ After you meet the prerequisites, you can install Spark & Hive Tools for Visual
3939

4040
5. Select **Reload** when necessary.
4141

42+
> [!Note]
43+
>
44+
> **Synapse PySpark installation error** is an [known issue](#known-issues).
45+
4246
## Open a work folder
4347

4448
To open a work folder and to create a file in Visual Studio Code, follow these steps:
@@ -260,7 +264,9 @@ The tool also supports the **Spark SQL** query:
260264

261265
> [!NOTE]
262266
>
263-
> [ms-toolsai.jupyter >2021.3.684299474 version is not supported on this extension](#known-issues) is a known issue. Please using Synapse kernel by sticking to Microsoft Jupyter 2021.3.684299474.
267+
> 1. [ms-toolsai.jupyter >2021.3.684299474 version is not supported on this extension](#known-issues) is a known issue. Please using Synapse kernel by sticking to Microsoft Jupyter 2021.3.684299474.
268+
>
269+
> 2. [For Synapse PySpark installation error](#known-issues), since it's dependency will not be maintained anymore by other team, it will not be maintained any more. If you trying to use Synapse Pyspark interactive, please use [Azure Synapse Analytics](https://ms.web.azuresynapse.net/) instead.
264270
265271
## Submit PySpark batch job
266272

@@ -483,7 +489,14 @@ From the menu bar, go to **View** > **Command Palette**, and then enter **Azure:
483489

484490
## Known Issues
485491

486-
ms-toolsai.jupyter >2021.3.684299474 version is not supported on this extension, please using Synapse kernel by sticking to Microsoft Jupyter 2021.3.684299474.
492+
### Synapse PySpark installation error.
493+
494+
For Synapse PySpark installation error, since it's dependency will not be maintained anymore by other team, it will not be maintained any more. If you trying to use Synapse Pyspark interactive, please use [Azure Synapse Analytics](https://ms.web.azuresynapse.net/) instead.
495+
496+
![synapse pyspark installation error](./media/hdinsight-for-vscode/known-issue.png)
497+
498+
499+
### ms-toolsai.jupyter >2021.3.684299474 version is not supported on this extension, please using Synapse kernel by sticking to Microsoft Jupyter 2021.3.684299474.
487500

488501
1. Disable auto updating extension.
489502

-1.47 KB
Loading
-1.47 KB
Loading

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The following items are required for completing the steps in this article:
2929

3030
## Install Spark & Hive Tools
3131

32+
3233
After you meet the prerequisites, you can install Spark & Hive Tools for Visual Studio Code by following these steps:
3334

3435
1. Open Visual Studio Code.
@@ -43,6 +44,10 @@ After you meet the prerequisites, you can install Spark & Hive Tools for Visual
4344

4445
5. Select **Reload** when necessary.
4546

47+
> [!Note]
48+
>
49+
> **Synapse PySpark installation error** is an [known issue](#known-issues).
50+
4651
## Open a work folder
4752

4853
To open a work folder and to create a file in Visual Studio Code, follow these steps:
@@ -85,7 +90,9 @@ Follow these steps to connect to Azure:
8590

8691
![Set default cluster configuration](./media/vscode-tool-synapse/set-default-cluster-configuration.png)
8792

88-
## Submit interactive Synapse PySpark queries to Spark pool
93+
## Submit interactive Synapse PySpark queries to Spark pool (Not supported currently)
94+
95+
For Synapse Pyspark interactive, since it's dependency will not be maintained anymore by other team, it will not be maintained any more. If you trying to use Synapse Pyspark interactive, please use [Azure Synapse Analytics](https://ms.web.azuresynapse.net/) instead.
8996

9097
Users can perform Synapse PySpark interactive on Spark pool in the following ways:
9198

@@ -291,12 +298,11 @@ You can perform different operations in Azure Explorer within Spark & Hive tools
291298

292299
## Known issues
293300

294-
### ms-python >=2020.5.78807 version is not supported on this extention
295-
296-
"Failed to connect to Jupyter notebook." is a known issue for python version >=2020.5.78807. It is recommended that users use the **[2020.4.76186](https://github.com/microsoft/vscode-python/releases/download/2020.4.76186/ms-python-release.vsix)** version of ms-python to avoid this issue.
301+
### Synapse PySpark installation error.
297302

298303
![known issues](./media/vscode-tool-synapse/known-issue.png)
299304

305+
For Synapse PySpark installation error, since it's dependency will not be maintained anymore by other team, it will not be maintained any more. If you trying to use Synapse Pyspark interactive, please use [Azure Synapse Analytics](https://ms.web.azuresynapse.net/) instead.
300306

301307
## Next steps
302308

0 commit comments

Comments
 (0)