Question
What is the basic input abstraction used by MapReduce?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Key-value pairs
Explanation:
MapReduce represents input and output records as key-value pairs.
This common abstraction supports many data formats and algorithms.
Leave a Reply