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/04/24 11:30:56 UTC

[GitHub] [hadoop] vinayakumarb commented on a change in pull request #1967: YARN-9898. Workaround of Netty-all dependency aarch64 support

vinayakumarb commented on a change in pull request #1967:
URL: https://github.com/apache/hadoop/pull/1967#discussion_r414504028



##########
File path: hadoop-hdfs-project/hadoop-hdfs-client/pom.xml
##########
@@ -64,8 +64,9 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>io.netty</groupId>
+      <groupId>${netty4.group}</groupId>
       <artifactId>netty-all</artifactId>
+      <version>${netty4.version}</version>

Review comment:
       \<version\> tag not required here, It will inherit from hadoop-project/pom.xml




----------------------------------------------------------------
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