Parallel computing tasks using hadoop
Mapreduce is a parallel computation framework that is help in performing computation in large graph data. For example, social network. The following codes are two examples I created for graph analysis using mapreduce.
-
Use mapreduce for Breadth first search in Social network, find the shortes path between individuals.
-
Use map reduce for Pagerank calculation in Social network.