GrepCount
The GrepCount example takes a regular expression and processes through the input data set to find matching words. It then produces output that lists matching words with the number of occurrences. The following sections describe the map and reduce functions, including input and output, and provides the commands needed to run this example.