You have written a Mapper which invokes the following five calls to the OutputColletor.collect method: output.collect (new Text ( Apple ), new Text ( Red ) ) ; output.collect (new Text ( Banana ), new Text ( Yellow ) ) ; output.collect (new Text ( Apple ), new Text ( Yellow ) ) ; output.collect (new Text ( Cherry ), new Text ( Red ) ) ; output.collect (new Text ( Apple ), new Text ( Green ) ) ; How many times will the Reducer s reduce method be invoked?

🎲 Try a Random Question  |  Total Questions in Quiz: 54  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
CCD-410: Cloudera Certified Developer for Apache Hadoop (CCDH) Exam — practice the complete quiz, review flashcards, or try a random question.


You have written a Mapper which invokes the following five calls to the OutputColletor.collect method: output.collect (new Text ( Apple ), new Text ( Red ) ) ; output.collect (new Text ( Banana ), new Text ( Yellow ) ) ; output.collect (new Text ( Apple ), new Text ( Yellow ) ) ; output.collect (new Text ( Cherry ), new Text ( Red ) ) ; output.collect (new Text ( Apple ), new Text ( Green ) ) ; How many times will the Reducer s reduce method be invoked?