Will you be able to reuse your existing Reduces as your combiner in this case and why or why not?
You want to count the number of occurrences for each unique word in the supplied input data. You’ve decided to implement this by having your mapper tokenize each word and emit a literal value 1,...