Skip to content

danisola/spark-graphx-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published