0 votes
in HDFS by

Why Tasktracker launch child Jvm to do a task?

1 Answer

0 votes
by

Sometime child threads currupt parent threads. It means because of programmer mistake entired MapReduce task distruped. So task tracker launch a child JVM to process individual mapper or tasker. If tasktracker use existent JVM, it might damage main JVM. If any bugs occur, tasktracker kill the child process and relaunch another child JVM to do the same task. Usually task tracker relaunch and retry the task 4 times.

Related questions

0 votes
asked Aug 17, 2023 in Spark Preliminaries by GeorgeBell
0 votes
asked Jun 23, 2023 in HDFS by rajeshsharma
...