in Big Data | Hadoop by (6.5k points)

How many input splits will be made by Hadoop framework?

1 Answer

0 votes
by (32.2k points)

Hadoop will make 5 splits as follows -

- 1 split for 64K files

- 2 splits for 65MB files

- 2 splits for 127MB files

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 ( the default setting and can be changed) times will it kill the job.

Related questions

0 votes
asked Feb 5, 2020 in Big Data | Hadoop by SakshiSharma (32.2k points)
0 votes
asked Jan 11, 2020 in Big Data | Hadoop by rajeshsharma (23.9k points)
+1 vote
asked Mar 10, 2020 in Big Data | Hadoop by Hodge (2.6k points)
...