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/01/16 01:42:57 UTC

[GitHub] [hadoop] aajisaka commented on issue #1807: YARN-10074. Update netty to 4.1.42Final in yarn-csi. Contributed by Wei-Chiu Chuang.

aajisaka commented on issue #1807: YARN-10074. Update netty to 4.1.42Final in yarn-csi. Contributed by Wei-Chiu Chuang.
URL: https://github.com/apache/hadoop/pull/1807#issuecomment-574941205
 
 
   Hi @jojochuang ,
   ```
           <dependency>
               <groupId>io.netty</groupId>
               <artifactId>netty-all</artifactId>
               <version>${netty-all.version}</version>
           </dependency>
   ```
   Can we remove the `<version>` tag? That way yarn-csi module will use the version which is defined by the dependencyManagement section of the pom.xml (hadoop-project module).

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


With regards,
Apache Git Services

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