Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.0.5-alpha
-
None
-
None
Description
By default YARN fairscheduler should use user name as queue name, but we see that in our clusters all jobs were ending up in default queue. Even after picking YARN-333 which is part of trunk, the behavior remains the same. Jobs do end up in right queue, but from UI perspective they are shown as running under default queue. It looks like there is small bug with
RMApp rmApp = rmContext.getRMApps().get(applicationAttemptId);
which should actually be
RMApp rmApp = rmContext.getRMApps().get(applicationAttemptId.getApplicationId());
There is also a simple js change needed for filtering of jobs on fairscheduler UI page.
Attachments
Attachments
Issue Links
- duplicates
-
YARN-1236 FairScheduler setting queue name in RMApp is not working
-
- Closed
-