YARN-7466. addendum patch for failing unit test. (Contributed by Chandni Singh)
This commit is contained in:
parent
989c75109a
commit
94a2ac6b71
|
@ -177,7 +177,7 @@ public class MockAM {
|
|||
List<ContainerId> releases, String labelExpression) throws Exception {
|
||||
List<ResourceRequest> reqs =
|
||||
createReq(new String[] { host }, memory, priority, numContainers,
|
||||
labelExpression, 0L);
|
||||
labelExpression, -1);
|
||||
return allocate(reqs, releases);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue