YARN-7185. [Addendum patch] Minor javadoc and checkstyle fix.

This commit is contained in:
Arun Suresh 2017-09-12 16:52:43 -07:00
parent 68282c8eac
commit a1c398e0dc
1 changed files with 4 additions and 2 deletions

View File

@ -36,7 +36,8 @@
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
extends BaseContainerManagerTest {
@ -73,7 +74,8 @@ public void testForceStartGuaranteedContainersWhenOppContainerDisabled()
context.getContainerTokenSecretManager(), null,
ExecutionType.GUARANTEED)));
StartContainersRequest allRequests = StartContainersRequest.newInstance(list);
StartContainersRequest allRequests =
StartContainersRequest.newInstance(list);
containerManager.startContainers(allRequests);
ContainerScheduler cs = containerManager.getContainerScheduler();