# GraphX Workshop
## Installing Spark Locally
- Clone this repository
git clone
- cd into the local repository
- Run setup.sh script, which will install Spark in
./bin/
Check the presentation workshop.pdf.
To start the Spark shell, run the following command from the local repository:
$SPARK_HOME/bin/spark-shell --master local[*]
Then follow the commands found in graph-processing.scala