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 "Haibo Chen (JIRA)" <ji...@apache.org> on 2017/05/12 20:06:05 UTC

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

    [ https://issues.apache.org/jira/browse/YARN-6580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008636#comment-16008636 ] 

Haibo Chen commented on YARN-6580:
----------------------------------

+1. Checking this in.

> 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
>            Assignee: Vrushali C
>            Priority: Minor
>              Labels: newbie++
>         Attachments: YARN-6580.001.patch
>
>
> {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