Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 229 Bytes

spark.md

File metadata and controls

12 lines (9 loc) · 229 Bytes

Installing on MacOS

$ brew install apache-spark

Add to path

export SPARK_HOME=/usr/local/Cellar/apache-spark/2.0.1/libexec
export PYTHONPATH=/usr/local/Cellar/apache-spark/2.0.1/libexec/python/:$PYTHONP$