Sapienza, University of Rome
Master of Science in Engineering in Computer Science
Tutorial handled by:
- Simone Santacroce
- Manuel Coppotelli
- George Adrian Munteanu
- Lorenzo Marconi
- Antonio La Torre
- Lucio Burlini
This repo contains the three Giraph Jobs presented during the Giraph Tutorial
- OutDegree: compute the out-degree for each vertex of the input graph
- InDegree: compute the in-degree for each vertex of the input graph
- PageRank: basic Pregel PageRank implementation
If you want to follow along the tutorial in the develop
branch you can find a basic template to start coding.
Otherwise in the master
branch there is the complete fully working code.
You can find the related presentation on Slideshare.
Enjoy!