Vidyalelo
Hadoop · Q19

Advanced MapReduce Concepts

Programming · Hadoop · question 19

Q19

What is the purpose of the Hadoop MapReduce "Combiner Optimization" in advanced MapReduce?

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

Answer: Option A

Solution

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