Question
What does a mapper do?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Transforms input key-value pairs into intermediate key-value pairs
Explanation:
The map function processes input records independently.
It emits zero or more intermediate pairs for later grouping.
Leave a Reply