Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0
-
Reviewed
Description
I have noticed that the application can not be filtered correctly in the CapacityScheduer page when I submit apps with leaf queue‘s name.
Steps to Reproduce:
1. create a mr app with leaf queue's name without root., for example:
hadoop jar hadoop-mapreduce-examples-3.3.4.jar teragen -Dmapreduce.job.queuename=ia_ana 10000000000 /user/yjd/teragen
2. open the schedule web page of CapacityScheduler
3. click the queue of the app submited in step 1
4. check the apps showed in web page, and can not find the app submited in step 1
Problem Analysis:
when clicking a queue in scheduler page, it filters by full path of Queue in web page. Beause the queues of apps returned by getApplications is short path, the result of filter is empty
Solution:
getApplications returns full queue path of apps.
Attachments
Attachments
Issue Links
- links to