Skip to content

Htiango/PageRank-Hadoop

Repository files navigation

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.

About

Implement pageRank algorithm on Hadoop platform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages