Skip to content

MingweiWilliamTang/HadoopProgramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

HadoopProgramming

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.

  1. Use mapreduce for Breadth first search in Social network, find the shortes path between individuals.

  2. Use map reduce for Pagerank calculation in Social network.

About

Parallel computing tasks using hadoop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages