For example if the node at which a Map worker resides fails, all the Map tasks that were assigned to this Worker will have to be redone, even if they had completed.For a Failure at the node of a Reduce worker the Master simply reschedules the reduce task on another reduce worker later.
-Aamir