1. Map/Reduce方式实现矩阵相乘
http://www.norstad.org/matrix-multiply/index.html
2. Map/Reduce方式实现PageRank算法
http://blog.ring.idv.tw/comment.ser?i=369
3. Map/Reduce方式实现TF/IDF
4. Map/Reduce实现图最短路径
http://hadooptutorial.wikispaces.com/Iterative+MapReduce+and+Counters
5. Map/Reduce实现最小生成树算法
http://hadooptutorial.wikispaces.com/Sorting+feature+of+MapReduce
6. Map/Reduce实现Aprori算法
7. Map/Reduce实现 Kmeans算法