In the reducer, the MapReduce API provides you with an iterator over Writable values. What does calling the next () method return?
Correct Answer: C
Explanation/Reference:
Calling Iterator.next() will always return the SAME EXACT instance of IntWritable, with the contents of that instance replaced with the next value.
Reference: manupulating iterator in mapreduce