简体   繁体   中英

Hadoop Map Reduce: Algorithms

Can someone point me to a good web site with good collection of Hadoop algorithms. For example, the most complex thing that I can do with Hadoop right now is Page Rank. Other than that, I can do trivial things like word counting and stuff.

I want to see a web site that show me other usage of hadoop.

Here's quite a few machine learning algorithms . Here's academic papers that might be interesting. Finally here's a book on map reduce that looks interesting.

This page gives a nice overview of some common Map Reduce patterns in a broad range of applications from creating an inverted index, to implementing Page Rank and doing joins and other set operations

http://highlyscalable.wordpress.com/2012/02/01/mapreduce-patterns/

Basically wherever you see linear algebra (matrix/vector operations) you can apply Map Reduce. This means there are many applications in collaborative filtering (think Netflix recommendations), clustering, and other machine learning algorithms. Another very interesting project to look into is Mahout, which aims at implementing scalable machine learning algorithms, to a large extend on MapReduce through Hadoop.

http://mahout.apache.org/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM