Skip to content

Commit 9aa93f7

Browse files
Azure CXP Fixes Typo
Changing typo header node => head node
1 parent 567d31e commit 9aa93f7

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)