You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight/hdinsight-for-vscode.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,10 @@ After you meet the prerequisites, you can install Spark & Hive Tools for Visual
39
39
40
40
5. Select **Reload** when necessary.
41
41
42
+
> [!Note]
43
+
>
44
+
> **Synapse PySpark installation error** is an [known issue](#known-issues).
45
+
42
46
## Open a work folder
43
47
44
48
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:
260
264
261
265
> [!NOTE]
262
266
>
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.
264
270
265
271
## Submit PySpark batch job
266
272
@@ -483,7 +489,14 @@ From the menu bar, go to **View** > **Command Palette**, and then enter **Azure:
483
489
484
490
## Known Issues
485
491
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.
### 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.
## 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.
89
96
90
97
Users can perform Synapse PySpark interactive on Spark pool in the following ways:
91
98
@@ -291,12 +298,11 @@ You can perform different operations in Azure Explorer within Spark & Hive tools
291
298
292
299
## Known issues
293
300
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.
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.
0 commit comments