Skip to content

Implemented the PageRank algorithm in Hadoop MapReduce framework and Spark.

Notifications You must be signed in to change notification settings

RonnJacob/PageRank-MapReduce-Spark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PageRank using MapReduce and Spark

Implemented the PageRank algorithm in Hadoop MapReduce framework and Spark using RDD APIs, in order to parallelize computations of ranks, and deployed onto AWS EMR cluster.

Languages/Tools Used: Java, Scala, Apache Spark, Hadoop MapReduce, AWS EMR, AWS S3