Skip to content

Commit 22ae35a

Browse files
authored
Merge pull request #99764 from CHEEKATLAPRADEEP-MSFT/patch-75
Azure CXP Fixes Typo
2 parents 567d31e + 9aa93f7 commit 22ae35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/hdinsight/spark/apache-spark-python-package-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ HDInsight cluster depends on the built-in Python environment, both Python 2.7 an
7676
sudo /usr/bin/anaconda/bin/conda install seaborn -n py35new --yes
7777
```
7878

79-
if you don't know the virtual environment name, you can SSH to the header node of the cluster and run `/usr/bin/anaconda/bin/conda info -e` to show all virtual environments.
79+
if you don't know the virtual environment name, you can SSH to the head node of the cluster and run `/usr/bin/anaconda/bin/conda info -e` to show all virtual environments.
8080
8181
3. Change Spark and Livy configs and point to the created virtual environment.
8282

0 commit comments

Comments
 (0)