adspace
what happens when Hadoop spawned 50 tasks for a job and one of the task failed?
Answer Posted / Anesh Kumar
When a task fails, Hadoop reschedules it to run again on a different node. The specific behavior depends on the MapReduce job's configuration. For example, if a map task fails, the entire split is re-attempted, and for a reduce task, only the failed portion of the data is re-attempted.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category