YARN-282. Fair scheduler web UI double counts Apps Submitted. (sandyr via tucu)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1424997 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Alejandro Abdelnur 2012-12-21 16:16:29 +00:00
parent 15c515f6be
commit b57c64f93f
2 changed files with 3 additions and 1 deletions

View File

@ -132,6 +132,9 @@ Release 2.0.3-alpha - Unreleased
YARN-278. Fair scheduler maxRunningApps config causes no apps to make
progress. (sandyr via tucu)
YARN-282. Fair scheduler web UI double counts Apps Submitted.
(sandyr via tucu)
Release 2.0.2-alpha - 2012-09-07
YARN-9. Rename YARN_HOME to HADOOP_YARN_HOME. (vinodkv via acmurthy)

View File

@ -514,7 +514,6 @@ public class FairScheduler implements ResourceScheduler {
queue.addApp(schedulerApp);
queue.getMetrics().submitApp(user, applicationAttemptId.getAttemptId());
rootMetrics.submitApp(user, applicationAttemptId.getAttemptId());
applications.put(applicationAttemptId, schedulerApp);