Introduction 1. This article does not describe the introduction of MapReduce knowledge, this kind of knowledge online very much. Please consult your own 2. The example code of this article comes from official website http://hadoop.apache.org/docs/current/hadoop-mapreduce-client/hadoop-mapreduce-client-core/ Mapreducetutorial.html the last WordCount v2.0, this code is more complex and complete than the Org.apache.hadoop.examples.WordCount in the source code, and is more suitable as a MapReduce template code 3. The purpose of this article is to provide a specific staring template for the students who develop mapreduce. Can be developed based on this template.
Official website Instance code (slightly modified)
Copyright notice: This article Bo Master original articles, blogs, without consent may not be reproduced.
"Gandalf" official website MapReduce code comment specific examples