In Hadoop version 1, the Job Tracker was the master scheduler and tracker of all MapReduce jobs on the cluster. The new Resource Manager in Hadoop version 2, acting a scheduler, does not track job status. This task is now delegated to the JobHistoryService daemon, which is usually run on a separate node.