YARN-7185. [Addendum patch] Minor javadoc and checkstyle fix.
This commit is contained in:
parent
68282c8eac
commit
a1c398e0dc
|
@ -36,7 +36,8 @@ import java.util.Arrays;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Make sure CantainerScheduler related changes are compatible to old behaviors
|
* Make sure ContainerScheduler related changes are compatible
|
||||||
|
* with old behavior.
|
||||||
*/
|
*/
|
||||||
public class TestContainerSchedulerBehaviorCompatibility
|
public class TestContainerSchedulerBehaviorCompatibility
|
||||||
extends BaseContainerManagerTest {
|
extends BaseContainerManagerTest {
|
||||||
|
@ -73,7 +74,8 @@ public class TestContainerSchedulerBehaviorCompatibility
|
||||||
context.getContainerTokenSecretManager(), null,
|
context.getContainerTokenSecretManager(), null,
|
||||||
ExecutionType.GUARANTEED)));
|
ExecutionType.GUARANTEED)));
|
||||||
|
|
||||||
StartContainersRequest allRequests = StartContainersRequest.newInstance(list);
|
StartContainersRequest allRequests =
|
||||||
|
StartContainersRequest.newInstance(list);
|
||||||
containerManager.startContainers(allRequests);
|
containerManager.startContainers(allRequests);
|
||||||
|
|
||||||
ContainerScheduler cs = containerManager.getContainerScheduler();
|
ContainerScheduler cs = containerManager.getContainerScheduler();
|
||||||
|
|
Loading…
Reference in New Issue