1.

____________ specifies the number of segments on disk to be merged at the same time.(a) mapred.job.shuffle.merge.percent(b) mapred.job.reduce.input.buffer.percen(c) mapred.inmem.merge.threshold(d) io.sort.factorI got this question in an online interview.This question is from MapReduce Features in section Developing a MapReduce Application of Hadoop

Answer»

The correct option is (d) io.sort.factor

The explanation is: io.sort.factor LIMITS the NUMBER of OPEN files and compression codecs during the MERGE.



Discussion

No Comment Found

Related InterviewSolutions