diff --git a/README.md b/README.md index 93e3483..8a8bce7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ ## Install -Install Spark from . +Install Spark binary from . + +![image](assets/apachesparkpackagetype.png) + +Install Pip + + sudo easy_install pip Install Jupyter and Toree. @@ -12,7 +18,7 @@ Install Jupyter and Toree. ## Configure -Define `SPARK_HOME`. +In your terminal window, define `SPARK_HOME` by pasting in the appropriate version and path to access Spark. SPARK_HOME=$HOME/Downloads/spark-1.6.0-bin-hadoop2.6 diff --git a/assets/apachesparkpackagetype.png b/assets/apachesparkpackagetype.png new file mode 100644 index 0000000..2ad7126 Binary files /dev/null and b/assets/apachesparkpackagetype.png differ