Multiple Choice
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?
A) 6
B) 3
C) 1
D) 0
E) 5
Correct Answer:

Verified
Correct Answer:
Verified
Q12: The Hadoop framework provides a mechanism for
Q13: For each input key-value pair, mappers can
Q14: You want to perform analysis on a
Q15: Given a directory of files with the
Q16: Which process describes the lifecycle of a
Q18: Identify the MapReduce v2 (MRv2 / YARN)
Q19: To process input key-value pairs, your mapper
Q20: What types of algorithms are difficult to
Q21: You need to move a file titled
Q22: Indentify which best defines a SequenceFile?<br>A) A