Skip to content

Commit 0241599

Browse files
committed
Wrong URL provided
1 parent de344d5 commit 0241599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyspark/installing_pyspark_320.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pip install ipykernel
4646
python -m ipykernel install --user --name your_env --display-name "Py3.9 (pyspark_dev)"
4747

4848
# Set SPARK_HOME and PYSPARK_PYTHON environment variables
49-
# Why point SPARK_HOME to site-packages/pyspark? https://kontext.tech/column/spark/450/install-spark-300-on-windows-10
49+
# Why point SPARK_HOME to site-packages/pyspark? https://stackoverflow.com/questions/46286436/running-pyspark-after-pip-install-pyspark/49587560
5050
set SPARK_HOME=<path_to_site_packages/pyspark_folder>
5151
set PYSPARK_PYTHON=<path_to_python.exe>
5252

0 commit comments

Comments
 (0)