rshepherd / page-rank

Java implementation of the map-reduce page rank algorithm for hadoop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

page-rank

Implementation of the map-reduce page rank algorithm for hadoop

Essentially the following... http://net.pku.edu.cn/~course/cs402/2012/assign/Homework4.htm

Still lots of room for improvement. This was an exercise in understanding page rank as well as the basics of iterative map-reduce jobs.

Sorely lacking tests.

About

Java implementation of the map-reduce page rank algorithm for hadoop


Languages

Language:Java 99.7%Language:Shell 0.3%