Google News
logo
Hadoop - Quiz(MCQ)
___________ is percentage of memory relative to the maximum heap size in which map outputs may be retained during the reduce.
A)
io.sort.factor
B)
mapred.inmem.merge.threshold
C)
mapred.job.shuffle.merge.percent
D)
mapred.job.reduce.input.buffer.percen

Correct Answer :   mapred.job.reduce.input.buffer.percen


Explanation : When the reduce begins, map outputs will be merged to disk until those that remain are under the resource limit this defines.

Advertisement