Site icon Technology and Trends

What is Job Tracker in Apache Hadoop?

JobTracker is a daemon service that is used for submitting and tracking MapReduce(MR) jobs in the Apache Hadoop framework. In a typical production cluster, JobTracker runs on a separate machine through its own JVM process. It is an essential daemon for MR v1 but is replaced by Resource Manager/Application Manager in MR V2. It is the single point of failure for the Hadoop MapReduce service, as it will halt all running jobs if it goes down.

The function of Job Tracker in Hadoop

Exit mobile version