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/11 08:34:04 UTC

[jira] [Updated] (YARN-6580) Incorrect logger for FairSharePolicy

     [ https://issues.apache.org/jira/browse/YARN-6580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yufei Gu updated YARN-6580:
---------------------------
    Summary: Incorrect logger for FairSharePolicy  (was: Incorrect LOG for FairSharePolicy)

> Incorrect logger for FairSharePolicy
> ------------------------------------
>
>                 Key: YARN-6580
>                 URL: https://issues.apache.org/jira/browse/YARN-6580
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: fairscheduler
>    Affects Versions: 2.8.0, 3.0.0-alpha2
>            Reporter: Yufei Gu
>            Priority: Minor
>              Labels: newbie++
>
> {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