InterviewSolution
Saved Bookmarks
| 1. |
Suppose Hadoop spawned 100 tasks for a job and one of the task failed. What will Hadoop do? |
|
Answer» It will restart the task again on some other TaskTracker and only if the task fails more than four ( the default setting and can be changed) times will it kill the job. |
|