YARN-3247. TestQueueMappings should use CapacityScheduler explicitly. Contributed by Zhihai Xu.
This commit is contained in:
parent
1a625b8158
commit
6cbd9f1113
|
@ -652,6 +652,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