Question
How does MapReduce recover from a failed mapper?
Select an option. Your answer will be checked instantly.
Correct Answer: A. It reruns the map task, possibly on another node
Explanation:
Map input remains in HDFS and can be read again.
The scheduler chooses an available location for the retry.
Leave a Reply