Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-11538

CS UI: queue filter do not work as expected when submitting apps with leaf queue‘s name

    XMLWordPrintableJSON

Details

    • 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

        1. YARN-11538-001.patch
          2 kB
          Jiandan Yang

        Issue Links

          Activity

            People

              yangjiandan Jiandan Yang
              yangjiandan Jiandan Yang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: