mbsharp commented on a change in pull request #2552:
URL: https://github.com/apache/hadoop/pull/2552#discussion_r543622533



##########
File path: 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/RuncContainerRuntime.java
##########
@@ -301,7 +314,6 @@ public void launchContainer(ContainerRuntimeContext ctx)
     ContainerId containerId = container.getContainerId();
     ApplicationId appId = containerId.getApplicationAttemptId()
         .getApplicationId();
-

Review comment:
       This was to avoid checkstyle failures due to the existing 
launchContainer method reaching the max line length.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to