InterviewSolution
Saved Bookmarks
| 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 |
|