Vidyalelo
Hadoop · Q3

Developing MapReduce Applications

Programming · Hadoop · question 3

Q3

What is the role of the Partitioner in a MapReduce application?

A.
Distribute data across multiple nodes
B.
Sort and shuffle data
C.
Combine intermediate key-value pairs on the mapper side
D.
Determine the reducer for each key
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board