Vidyalelo
Hadoop · Q30

Advanced MapReduce Concepts

Programming · Hadoop · question 30

Q30

In advanced MapReduce, what is the purpose of the Hadoop MapReduce "Map-side Aggregation" technique?

A.
Aggregate values on the mapper side
B.
Combine intermediate key-value pairs on the mapper side
Answer
C.
Sort and shuffle data
D.
Distribute data to reducers

Answer: Option B

Solution

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