Description
MAPREDUCE-3837 re-organized the job recovery code, moving out the code that was using the methods in RecoveryManager.
Now, the following methods in {{JobTracker.RecoveryManager}}seem to be unused:
- updateJob()
- updateTip()
- createTaskAttempt()
- addSuccessfulAttempt()
- addUnsuccessfulAttempt()