Job info for root level queue does not print correct values
-----------------------------------------------------------
Key: MAPREDUCE-1232
URL: https://issues.apache.org/jira/browse/MAPREDUCE-1232
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: contrib/capacity-sched
Affects Versions: 0.21.0
Reporter: Karam Singh
Job info for root level queue does not print correct values.
Test case -:
[
Queue Name= q1
Its sub-queues are Sq1, Sq2.
Submit around 8 jobs to each queue Sq1 and Sq2; (Out of these 2 jobs from
each queue starts running)
Job Info for each queue Sq1 and Sq2 prints -:
Job info
Number of Waiting Jobs: 6
Number of users who have submitted jobs: 1
While Job Info for q1 (parent of Sq1 and Sq2) prints -:
Job info
Number of Waiting Jobs: 0
Number of users who have submitted jobs: 0
]
For root level either we should remove "Job Info" or we should print cumulative
values of "waiting jobs" and "users who submitted jobs" from child queues
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.