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: [email protected]
For additional commands, e-mail: [email protected]