Skip to content

A GraphX implementation of Louvain method for community detection. This project also showcases the fact that you don't need to setup a cluster to run spark jobs.

Notifications You must be signed in to change notification settings

CodecLondon/louvain-modularity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project is a Spark (GraphX) implementation of Louvain Modularity.


First build Spark:

wget http://www.trieuvan.com/apache/spark/spark-1.5.0/spark-1.5.0.tgz

tar -xvzf spark-1.5.0.tgz -C ~/

cd ~/spark-1.5.0

./sbt/sbt assembly


Then build and run the code:

sbt package

sbt run

About

A GraphX implementation of Louvain method for community detection. This project also showcases the fact that you don't need to setup a cluster to run spark jobs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%