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

FairScheduler user-as-default-queue always defaults to 'default'

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 2.0.5-alpha
    • None
    • scheduler
    • 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

        1. YARN-1122.1.patch
          2 kB
          Lohit Vijaya Renu

        Issue Links

          Activity

            People

              Unassigned Unassigned
              lohit Lohit Vijaya Renu
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: