Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 507 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 507 Bytes

# GraphX Workshop

## Installing Spark Locally

  1. Clone this repository git clone
  2. cd into the local repository
  3. Run setup.sh script, which will install Spark in ./bin/

Background & Theory

Check the presentation workshop.pdf.

Hands On

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