Skip to content

Commit 82b48c2

Browse files
committed
Forgot to add instruction to adding HADOOP_HOME to PATH environment variable for local install of PySpark
1 parent ff063b5 commit 82b48c2

File tree

2 files changed

+2
-42
lines changed

2 files changed

+2
-42
lines changed

pyspark/installing_pyspark_320.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,5 @@ set PYSPARK_PYTHON=<path_to_python.exe>
5353
Download winutils.exe from https://github.com/cdarlint/winutils, save locally to "hadoop/bin" folder and then
5454
set HADOOP_HOME=[path_to_hadoop_folder]
5555

56+
# Update PATH to include hadoop/bin folder
57+
set PATH=%PATH%;%HADOOP_HOME%\bin

pyspark/setting_up_pyspark_jupyter_notebook.txt

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)