Tuesday, October 11, 2011

10/11/11

Node Failures  in map-reduce computation will be managed by the Master.
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