1.

Point out the wrong statement.(a) Reducer has 2 primary phases(b) Increasing the number of reduces increases the framework overhead, but increases load balancing and lowers the cost of failures(c) It is legal to set the number of reduce-tasks to zero if no reduction is desired(d) The framework groups Reducer inputs by keys (since different mappers may have output the same key) in the sort stageI have been asked this question in class test.My enquiry is from Analyzing Data with Hadoop in division Mapreduce of Hadoop

Answer»

The CORRECT ANSWER is (a) REDUCER has 2 primary phases

Best EXPLANATION: Reducer has 3 primary phases: shuffle, sort and reduce.



Discussion

No Comment Found

Related InterviewSolutions