You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2020/12/15 19:22:49 UTC

[GitHub] [hadoop] mbsharp commented on a change in pull request #2552: YARN-10534 Enable runC container transformations

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org