Skip to content

Commit 2527796

Browse files
authored
Merge pull request #112562 from dagiro/freshness_c36
freshness_c36
2 parents 2f6fbb6 + 14eefa0 commit 2527796

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

articles/hdinsight/set-up-pyspark-interactive-environment.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: hrasheed
77
ms.reviewer: jasonh
88
ms.service: hdinsight
99
ms.topic: conceptual
10-
ms.date: 04/14/2020
10+
ms.date: 04/23/2020
1111
---
1212

1313
# Set up the PySpark interactive environment for Visual Studio Code
@@ -18,9 +18,9 @@ We use **python/pip** command to build virtual environment in your Home path. If
1818

1919
1. Install [Python](https://www.python.org/downloads/) and [pip](https://pip.pypa.io/en/stable/installing/).
2020

21-
+ Install Python from [https://www.python.org/downloads/](https://www.python.org/downloads/).
22-
+ Install pip from [https://pip.pypa.io/en/stable/installing](https://pip.pypa.io/en/stable/installing/) (if it's not installed from the Python installation).
23-
+ Validate that Python and pip are installed successfully by using the following commands. (Optional)
21+
* Install Python from [https://www.python.org/downloads/](https://www.python.org/downloads/).
22+
* Install pip from [https://pip.pypa.io/en/stable/installing](https://pip.pypa.io/en/stable/installing/) (if it's not installed from the Python installation).
23+
* Validate that Python and pip are installed successfully by using the following commands. (Optional)
2424

2525
![Check Python pip version command](./media/set-up-pyspark-interactive-environment/check-python-pip-version.png)
2626

@@ -59,12 +59,4 @@ Restart VS Code, and then go back to the script editor that's running **HDInsigh
5959

6060
* [Use Azure HDInsight Tool for Visual Studio Code](hdinsight-for-vscode.md)
6161
* [Use Azure Toolkit for IntelliJ to create and submit Apache Spark Scala applications](spark/apache-spark-intellij-tool-plugin.md)
62-
* [Use Azure Toolkit for IntelliJ to debug Apache Spark applications remotely through SSH](spark/apache-spark-intellij-tool-debug-remotely-through-ssh.md)
63-
* [Use Azure Toolkit for IntelliJ to debug Apache Spark applications remotely through VPN](spark/apache-spark-intellij-tool-plugin-debug-jobs-remotely.md)
64-
* [Use HDInsight Tools in Azure Toolkit for Eclipse to create Apache Spark applications](spark/apache-spark-eclipse-tool-plugin.md)
65-
* [Use Apache Zeppelin notebooks with an Apache Spark cluster on HDInsight](spark/apache-spark-zeppelin-notebook.md)
66-
* [Kernels available for Jupyter notebook in an Apache Spark cluster for HDInsight](spark/apache-spark-jupyter-notebook-kernels.md)
67-
* [Use external packages with Jupyter notebooks](spark/apache-spark-jupyter-notebook-use-external-packages.md)
6862
* [Install Jupyter on your computer and connect to an HDInsight Spark cluster](spark/apache-spark-jupyter-notebook-install-locally.md)
69-
* [Visualize Apache Hive data with Microsoft Power BI in Azure HDInsight](hadoop/apache-hadoop-connect-hive-power-bi.md)
70-
* [Use Apache Zeppelin to run Apache Hive queries in Azure HDInsight](./interactive-query/hdinsight-connect-hive-zeppelin.md)

0 commit comments

Comments
 (0)