Skip to content

Commit 5d6091b

Browse files
authored
Merge pull request #111396 from dagiro/freshness54
freshness54
2 parents 15cabc9 + 3b3a8a5 commit 5d6091b

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: PySpark interactive environment with Azure HDInsight Tools
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-
author: jejiang
6-
ms.author: jejiang
5+
author: hrasheed-msft
6+
ms.author: hrasheed
77
ms.reviewer: jasonh
88
ms.service: hdinsight
99
ms.topic: conceptual
10-
ms.date: 06/13/2019
10+
ms.date: 04/14/2020
1111
---
1212

1313
# Set up the PySpark interactive environment for Visual Studio Code
@@ -29,21 +29,21 @@ We use **python/pip** command to build virtual environment in your Home path. If
2929
3030
2. Install **virtualenv** by running command below.
3131

32-
```
32+
```bash
3333
pip install virtualenv
3434
```
3535

3636
## Other packages
3737

38-
If you encounter an error message, install the required packages by running the following commands:
38+
If you come across an error message, install the required packages by running the following commands:
3939

4040
![Install libkrb5 package for python](./media/set-up-pyspark-interactive-environment/install-libkrb5-package.png)
4141

42-
```
42+
```bash
4343
sudo apt-get install libkrb5-dev
4444
```
4545

46-
```
46+
```bash
4747
sudo apt-get install python-dev
4848
```
4949

@@ -52,9 +52,11 @@ Restart VS Code, and then go back to the script editor that's running **HDInsigh
5252
## Next steps
5353

5454
### Demo
55+
5556
* HDInsight for VS Code: [Video](https://go.microsoft.com/fwlink/?linkid=858706)
5657

5758
### Tools and extensions
59+
5860
* [Use Azure HDInsight Tool for Visual Studio Code](hdinsight-for-vscode.md)
5961
* [Use Azure Toolkit for IntelliJ to create and submit Apache Spark Scala applications](spark/apache-spark-intellij-tool-plugin.md)
6062
* [Use Azure Toolkit for IntelliJ to debug Apache Spark applications remotely through SSH](spark/apache-spark-intellij-tool-debug-remotely-through-ssh.md)

0 commit comments

Comments
 (0)