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

Incorrect logger for FairSharePolicy

    XMLWordPrintableJSON

Details

    Description

      public class FairSharePolicy extends SchedulingPolicy {
        private static final Log LOG = LogFactory.getLog(FifoPolicy.class);
      

      should be LogFactory.getLog(FairSharePolicy.class);

      Attachments

        1. YARN-6580.001.patch
          1 kB
          Vrushali C

        Activity

          People

            vrushalic Vrushali C
            yufeigu Yufei Gu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: