Skip to content

Commit 3f13561

Browse files
authored
Merge pull request #89093 from dagiro/cats153
cats153
2 parents bc55f12 + 92b5bd8 commit 3f13561

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: Azure HDInsight Tools - PySpark Interactive Environment for Visual Studio Code
33
description: Learn how to use the Azure HDInsight Tools for Visual Studio Code to create and submit queries and scripts.
44
keywords: VScode,Azure HDInsight Tools,Hive,Python,PySpark,Spark,HDInsight,Hadoop,LLAP,Interactive Hive,Interactive Query
5-
ms.service: hdinsight
65
author: jejiang
76
ms.author: jejiang
87
ms.reviewer: jasonh
8+
ms.service: hdinsight
99
ms.topic: conceptual
1010
ms.date: 06/13/2019
1111
---
@@ -16,20 +16,19 @@ The following steps show you how to set up the PySpark interactive environment i
1616

1717
We use **python/pip** command to build virtual environment in your Home path. If you want to use another version, you need to change default version of **python/pip** command manually. More details see [update-alternatives](https://linux.die.net/man/8/update-alternatives).
1818

19-
1. Install [Python](https://www.python.org/downloads/) and [pip](https://pip.pypa.io/en/stable/installing/).
20-
19+
1. Install [Python](https://www.python.org/downloads/) and [pip](https://pip.pypa.io/en/stable/installing/).
20+
2121
+ Install Python from [https://www.python.org/downloads/](https://www.python.org/downloads/).
2222
+ 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).
2323
+ Validate that Python and pip are installed successfully by using the following commands. (Optional)
24-
25-
![Python pip version](./media/set-up-pyspark-interactive-environment/check-python-pip-version.png)
24+
25+
![Check Python pip version command](./media/set-up-pyspark-interactive-environment/check-python-pip-version.png)
2626

2727
> [!NOTE]
2828
> It is recommended to manually install Python instead of using the macOS default version.
2929
30-
3130
2. Install **virtualenv** by running command below.
32-
31+
3332
```
3433
pip install virtualenv
3534
```
@@ -38,7 +37,7 @@ We use **python/pip** command to build virtual environment in your Home path. If
3837

3938
If you encounter an error message, install the required packages by running the following commands:
4039

41-
![libkrb5 package](./media/set-up-pyspark-interactive-environment/install-libkrb5-package.png)
40+
![Install libkrb5 package for python](./media/set-up-pyspark-interactive-environment/install-libkrb5-package.png)
4241

4342
```
4443
sudo apt-get install libkrb5-dev

0 commit comments

Comments
 (0)