From 1958cb7c2bed08bd295a41fb4400b869a547b667 Mon Sep 17 00:00:00 2001 From: Surendra Singh Lilhore Date: Thu, 14 May 2020 15:09:34 +0530 Subject: [PATCH] YARN-10265. Upgrade Netty-all dependency to latest version 4.1.50 to fix ARM support issue. Contributed by liusheng --- .../hadoop-hdfs-client/pom.xml | 2 +- hadoop-hdfs-project/hadoop-hdfs/pom.xml | 2 +- hadoop-project/pom.xml | 20 ++----------------- .../hadoop-yarn/hadoop-yarn-csi/pom.xml | 2 +- 4 files changed, 5 insertions(+), 21 deletions(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml b/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml index bf69d04cff..d65e603036 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml @@ -64,7 +64,7 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> test - ${netty4.group} + io.netty netty-all test diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs/pom.xml index 0160a7d46d..ca9096646c 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml @@ -176,7 +176,7 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> compile - ${netty4.group} + io.netty netty-all compile diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index ca71653816..c38d2b7f13 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -140,8 +140,7 @@ 4.1.0-incubating 3.2.4 3.10.6.Final - 4.1.48.Final - io.netty + 4.1.50.Final 0.5.1 @@ -893,7 +892,7 @@ - ${netty4.group} + io.netty netty-all ${netty4.version} @@ -2216,21 +2215,6 @@ - - aarch64 - - - org.openlabtesting.netty - - - - linux - aarch64 - - - test-patch diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/pom.xml index 9ccc422075..3d86b6ba20 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/pom.xml @@ -44,7 +44,7 @@ ${protobuf.version} - ${netty4.group} + io.netty netty-all