1.

Point out the correct statement.(a) The right number of reduces seems to be 0.95 or 1.75(b) Increasing the number of reduces increases the framework overhead(c) With 0.95 all of the reduces can launch immediately and start transferring map outputs as the maps finish(d) All of the mentionedThis question was addressed to me in an interview for job.My question is based upon MapReduce Features in portion Developing a MapReduce Application of Hadoop

Answer»

Right choice is (C) With 0.95 all of the reduces can launch IMMEDIATELY and start transferring MAP outputs as the maps finish

The BEST I can explain: With 1.75 the faster nodes will finish their FIRST round of reduces and launch a second wave of reduces doing a much better job of load balancing.



Discussion

No Comment Found

Related InterviewSolutions