YARN-10718. Fix CapacityScheduler#initScheduler log error. Contributed by Qi Zhu.
This commit is contained in:
parent
da4ceba4aa
commit
ff6ec20d84
|
@ -393,9 +393,9 @@ public class CapacityScheduler extends
|
|||
}
|
||||
|
||||
LOG.info("Initialized CapacityScheduler with " + "calculator="
|
||||
+ getResourceCalculator().getClass() + ", " + "minimumAllocation=<"
|
||||
+ getMinimumResourceCapability() + ">, " + "maximumAllocation=<"
|
||||
+ getMaximumResourceCapability() + ">, " + "asynchronousScheduling="
|
||||
+ getResourceCalculator().getClass() + ", " + "minimumAllocation="
|
||||
+ getMinimumResourceCapability() + ", " + "maximumAllocation="
|
||||
+ getMaximumResourceCapability() + ", " + "asynchronousScheduling="
|
||||
+ scheduleAsynchronously + ", " + "asyncScheduleInterval="
|
||||
+ asyncScheduleInterval + "ms" + ",multiNodePlacementEnabled="
|
||||
+ multiNodePlacementEnabled);
|
||||
|
|
Loading…
Reference in New Issue