Question
What is the identity mapper?
Select an option. Your answer will be checked instantly.
Correct Answer: A. A mapper that emits each input record unchanged
Explanation:
Identity mapping preserves the input key and value.
It can be useful when only shuffle, sort, or reduce logic is needed.
Leave a Reply