MapReduce in HADOOP 1

Submission Step 1 in figure: The submit() method on Job creates an internal Jobsubmitter instance and calls submitJobInternal() on it.The job submission process implemented by Jobsubmitter does the following. Step 2: Asks the jobtracker for a new job ID (by calling getNewJobId() on JobTracker) Step 3...