views:

152

answers:

2

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.

Thanks!

+3  A: 

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.

Jay Askren
thanks ! didn't know about mahout. will definitely look this up for my machine learning class =D
denniss
+2  A: 

Have a look at this overview: http://atbrox.com/2010/05/08/mapreduce-hadoop-algorithms-in-academic-papers-may-2010-update/

Niels Basjes
+1 Nice, this is exhaustive.
gnucom