My implementation of a simple Map/Reduce program in python. Takes words and Maps each to a a value (1). Then, the reducer aggregates each word, summing its value to return the count of each word. Plan ...