|
@@ -587,10 +587,6 @@ public class MRAppMaster extends CompositeService {
|
|
LOG.warn("Graceful stop failed ", t);
|
|
LOG.warn("Graceful stop failed ", t);
|
|
}
|
|
}
|
|
|
|
|
|
- //Bring the process down by force.
|
|
|
|
- //Not needed after HADOOP-7140
|
|
|
|
- LOG.info("Exiting MR AppMaster..GoodBye!");
|
|
|
|
- sysexit();
|
|
|
|
}
|
|
}
|
|
|
|
|
|
private class JobFinishEventHandler implements EventHandler<JobFinishEvent> {
|
|
private class JobFinishEventHandler implements EventHandler<JobFinishEvent> {
|