Question: In the Reduce phase of a MapReduce computation, each reducer gets ( as input ) a list of Value 2 objects, along with a key

In the Reduce phase of a MapReduce computation, each reducer gets (as input) a list of Value2 objects, along with a key "k" of type Key2. What is the best description of what this list consists of?
These are the Value2 objects that the Shuffle phase of the MapReduce operation happened to randomly assign to this particular reducer.
These are the objects that were input to the Map phase of the computation, but were not output from the user-supplied "map" function.
These are the Value2 objects that are output from the user-supplied "reduce" function in the Reduce phase of the computation.
These are all of the Value2 objects that were assigned the key "k" during the Map phase of the MapReduce.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!