[ 
https://issues.apache.org/jira/browse/HADOOP-16918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17192196#comment-17192196
 ] 

Masatake Iwasaki commented on HADOOP-16918:
-------------------------------------------

difference of netty version between branch-2.10 and trunk.

{noformat}
$ git diff branch-2.10 trunk -- hadoop-project/pom.xml | grep -A1 netty
+    <netty3.version>3.10.6.Final</netty3.version>
+    <netty4.version>4.1.50.Final</netty4.version>
+
--
         <groupId>io.netty</groupId>
         <artifactId>netty</artifactId>
-        <version>3.10.6.Final</version>
+        <version>${netty3.version}</version>
       </dependency>
--
         <groupId>io.netty</groupId>
         <artifactId>netty-all</artifactId>
-        <version>4.0.23.Final</version>
+        <version>${netty4.version}</version>
       </dependency>
--
...
{noformat}

netty4 was upgraded
* from 4.1.48.Final to 4.1.50.Final by YARN-10265 
* from 4.1.45.Final to 4.1.48.Final by HADOOP-16982
* from 4.1.42.Final to 4.1.45.Final by HADOOP-16871
* from 4.0.52.Final to 4.1.42.Final by HADOOP-16643
* from 4.0.23.Final to 4.0.52.Final by HADOOP-14910

I'm cherry-picking HADOOP-14910.

> Dependency update for Hadoop 2.10
> ---------------------------------
>
>                 Key: HADOOP-16918
>                 URL: https://issues.apache.org/jira/browse/HADOOP-16918
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Wei-Chiu Chuang
>            Priority: Major
>              Labels: release-blocker
>         Attachments: dependency-check-report.html
>
>
> A number of dependencies can be updated.
> nimbus-jose-jwt
> jetty
> netty
> zookeeper
> hbase-common
> jackson-databind
> and many more. They should be updated in the 2.10.1 release.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to