seems apple fanboi's downvoted you, how do you dare to speak evil about macs.
public static class Reduce extends MapReduceBase implements Reducer<Text, IntWritable, Text, IntWritable> {
public void reduce(Text key, Iterator<IntWritable> values, OutputCollector<Text, IntWritable> output, Reporter reporter) throws IOException {
have a look at the code here : http://hadoop.apache.org/common/docs/r0.20.0/mapred_tutorial...