WordCount example
The WordCount example below counts the number of occurrences of each word in a given
input set. This example, available in mapreduce-example.jar, extends the WordCount
example at the beginning of this manual by implementing the Tool interface.
The following sections describe the map and reduce functions, including input and output, and provides the commands needed to run this example.