/PageRank-Hadoop

Implement pageRank algorithm on Hadoop platform

Primary LanguageJava

PageRank-Hadoop

The pseudo-code of one iteration for PageRank Algorithm on Hadoop platform can be described as following:

We should extract the adjacency node information from original graph and initialize the pageRank value for all nodes. And we should also be aware we should get the adjacency list and the pageRank value in each iteration when updating the pageRank value iteratively.