MapReduce
Mark | January 22, 2008
If, like me, you’ve been seeing various blogs speak on MapReduce, you might, like me, wonder exactly what MapReduce is?
You can always turn to the wikipedia entry. But sometimes, you’d like to dig a little deeper. A good whitepaper might hit the spot. So here it is: MapReduce: Simplified Data Processing on Large Clusters.
Thanks goes out to Eric for pointing me to that whitepaper.
Filed in: Programming.
And for those with some extra time on their hands, there’s a bunch of videos on the subject. e.g. From the scalability conference of last year:
http://video.google.com/videosearch?q=seattle+scalability+conference
And for those with a lot of extra time and the yen to read working code, the Hadoop project is an open-source implementation of MapReduce in Java:
http://lucene.apache.org/hadoop
[...] posted on MapReduce before, but I want to revisit the topic here. Not MapReduce itself, but instead the white [...]
[...] posted several times about MapReduce. I’ll admit, I’m fascinated by it. Here are some observations I [...]