You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Yufei Gu (JIRA)" <ji...@apache.org> on 2017/05/10 19:25:04 UTC

[jira] [Created] (YARN-6580) Incorrect LOG for FairSharePolicy

Yufei Gu created YARN-6580:
------------------------------

             Summary: Incorrect LOG for FairSharePolicy
                 Key: YARN-6580
                 URL: https://issues.apache.org/jira/browse/YARN-6580
             Project: Hadoop YARN
          Issue Type: Bug
          Components: fairscheduler
    Affects Versions: 3.0.0-alpha2, 2.8.0
            Reporter: Yufei Gu
            Priority: Minor


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



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org