Path: blob/master/big_data/spark_installation.md
1470 views
Pyspark Installation On Mac
To run spark in the notebook. First download java if you haven't already, then install pyspark
from Anaconda or pypi.
Download the latest version of Apache Spark from this link. After downloading it (sticking with the default configuration should be fine if we're just experimenting with it on our local machine), unzip it and place the folder in our home directory and change the folder name to just spark
. Before starting the notebook, we will need to define these environment variables. On Unix/Mac, this can be done in .bashrc or .bash_profile.
After that we can try lauching the spark console