YARN-8024. LOG in class MaxRunningAppsEnforcer is initialized with a faulty class. Contributed by Sen Zhao.

This commit is contained in:
Yufei Gu 2018-03-12 16:35:18 -07:00
parent 39a5fbae47
commit ff31d8aefa
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ import org.apache.hadoop.yarn.server.resourcemanager.scheduler.SchedulerApplicat
* constraints
*/
public class MaxRunningAppsEnforcer {
private static final Log LOG = LogFactory.getLog(FairScheduler.class);
private static final Log LOG = LogFactory.getLog(
MaxRunningAppsEnforcer.class);
private final FairScheduler scheduler;