833834835836837838839
ApplicationAttemptId appAttemptId) { if (!applications.containsKey(appAttemptId)) { LOG.error("Request for appInfo of unknown attempt" + appAttemptId); return null; } return new SchedulerAppReport(applications.get(appAttemptId)); }