YARN-3247. TestQueueMappings should use CapacityScheduler explicitly. Contributed by Zhihai Xu.
(cherry picked from commit 6cbd9f1113
)
This commit is contained in:
parent
e97613b429
commit
13e213c41a
|
@ -613,6 +613,9 @@ Release 2.7.0 - UNRELEASED
|
|||
YARN-3238. Connection timeouts to nodemanagers are retried at
|
||||
multiple levels (Jason Lowe via xgong)
|
||||
|
||||
YARN-3247. TestQueueMappings should use CapacityScheduler explicitly.
|
||||
(Zhihai Xu via ozawa)
|
||||
|
||||
Release 2.6.0 - 2014-11-18
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -135,6 +135,8 @@ public class TestQueueMappings {
|
|||
checkQMapping("a", Q1, cs);
|
||||
|
||||
csConf = new CapacitySchedulerConfiguration();
|
||||
csConf.set(YarnConfiguration.RM_SCHEDULER,
|
||||
CapacityScheduler.class.getName());
|
||||
setupQueueConfiguration(csConf);
|
||||
conf = new YarnConfiguration(csConf);
|
||||
|
||||
|
|
Loading…
Reference in New Issue