Hi, 1 - I'm running the wordcount examples with one input file with size of 50Mb and with 2 reduces defined. At the end of the execution of the wordcount, the 2 reduces deals with each part of the input file. For example, one reduce gets one part of the split file, and the other reduce gets the other part producing two output files. Why the split file content is divided? This is the case where the partitioner concept enters?
2 - It also means that it's produced 2 map outputs, where each map output is sent to each reducer? Thanks -- PSC
