---
title: "Suppose Hadoop spawned 100 tasks for a job and one of the task failed. What will Hadoop do?"  
description: "Suppose Hadoop spawned 100 tasks for a job and one of the task failed. What will Hadoop do?"  
author: "Anonymous User"  
published: 2015-01-20  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/2288/suppose-hadoop-spawned-100-tasks-for-a-job-and-one-of-the-task-failed-what-will-hadoop-do  
category: ".net"  
tags: ["hadoop"]  
reading_time: 1 minute  

---

# Suppose Hadoop spawned 100 tasks for a job and one of the task failed. What will Hadoop do?

**It will restart the task** again on some other TaskTracker and only if the task fails more than four (default setting and can be changed) times will it kill the job.

## Answers

### Answer by Anonymous User

**It will restart the task** again on some other TaskTracker and only if the task fails more than four (default setting and can be changed) times will it kill the job.


---

Original Source: https://www.mindstick.com/interview/2288/suppose-hadoop-spawned-100-tasks-for-a-job-and-one-of-the-task-failed-what-will-hadoop-do

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
