Skip to content

2 MapReduce for Java

tkaitchuck edited this page Nov 26, 2014 · 2 revisions

The Java MapReduce library has the ability to run a "map only" job, or a complete map-shuffle-reduce job.

  1. Creating and Running a Job
  2. Monitoring a Job
  3. Configuring Your Project
  4. Maintaining Your App
  5. Example Code
  6. The Java MapReduce Library
Clone this wiki locally