2 MapReduce for Java - GoogleCloudPlatform/appengine-mapreduce GitHub Wiki

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