You are on page 1of 1

MapReduce Tutorial

Table of contents
1 Purpose............................................................................................................................... 2
2 Prerequisites........................................................................................................................2
3 Overview............................................................................................................................ 2
4 Inputs and Outputs............................................................................................................. 3
5 Example: WordCount v1.0................................................................................................ 3
5.1 Source Code..................................................................................................................3
5.2 Usage.............................................................................................................................6
5.3 Walk-through................................................................................................................ 7
6 MapReduce - User Interfaces............................................................................................ 9
6.1 Payload..........................................................................................................................9
6.2 Job Configuration........................................................................................................13
6.3 Task Execution & Environment................................................................................. 13
6.4 Job Submission and Monitoring................................................................................. 21
6.5 Job Input..................................................................................................................... 25
6.6 Job Output...................................................................................................................26
6.7 Other Useful Features................................................................................................. 27
7 Example: WordCount v2.0.............................................................................................. 33
7.1 Source Code................................................................................................................33
7.2 Sample Runs............................................................................................................... 40
7.3 Highlights....................................................................................................................41

Copyright 2008 The Apache Software Foundation. All rights reserved.

You might also like