YARN-8024. LOG in class MaxRunningAppsEnforcer is initialized with a faulty class. Contributed by Sen Zhao.
This commit is contained in:
parent
39a5fbae47
commit
ff31d8aefa
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue