MapReduce in HADOOP 1
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiTdNuF2NgYWLX2pm5UkQto5C1Kh4-klV2LHwsUKgA22Mk1j-T9wKHkwQQlXnaFyTHE3ZZvgHSlxjXhhAv4wI69MZbU7cpQ9Uj6trOSwpS8P-cjrLXzUAwmg8IS2lq-UlwfqPUSUJFoC5A/s1600/had.jpg)
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...