Skip to content

crystal-butler/PageRank_iterative

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PageRank_iterative

This PageRank program was written for a graduate course in Realtime and Big Data Analysis. It is meant to test basic input with a known format that consists of characters and doubles, specifically:

  • A C F 0.166667
  • B D E F 0.166667
  • C A B 0.166667
  • D A B C E F 0.166667
  • E F 0.166667
  • F B C 0.166667

The output is the result of a three iterations, formatted the same as the input.

About

Simple Iterative Hadoop PageRank Program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages