Question
What is an idempotent mapper or reducer?
Select an option. Your answer will be checked instantly.
Correct Answer: A. A task whose repeated execution produces the same intended external effect
Explanation:
Failures and speculation can cause task attempts to repeat.
Idempotence prevents duplicate side effects from corrupting results.
Leave a Reply