Hadoop MapReduce Tutorials
Posted on In Computing systems, TutorialHere is a list of tutorials for learning how to write MapReduce programs on Hadoop, the opensource MapReduce implementation with HDFS.
Table of Contents
MapReduce Tutorials
The official tutorial on Hadoop MapReduce framework: http://hadoop.apache.org/docs/r1.0.4/mapred_tutorial.html.
Yahoo! Hadoop Tutorial
A comprehensive tutorial on Hadoop from Yahoo! Developer Network: http://developer.yahoo.com/hadoop/tutorial/.
More about MapReduce
To better understand the design behind MapReduce, it is always good to read Jeff Dean and Sanjay Ghemawat’s MapReduce paper: http://research.google.com/archive/mapreduce.html.
Thanks for the detailed tutorial for Hadoop 1.x. Could you please update your tutorial for Hadoop 2.4.0?
Regards
Thanks for reading. I am preparing a new tutorial for Hadoop 2.x and it should be published here in several days. Please stay tuned.