From 6c62d422d6aa30f3feb12fa7460b6de151b9236d Mon Sep 17 00:00:00 2001 From: Tom Zeng Date: Mon, 21 Sep 2015 09:32:25 -0700 Subject: [PATCH] HADOOP-12415. Add io.netty dependency to hadoop-nfs and to hadoop-hdfs, needed to build Bigtop successfuly, see BIGTOP-2049 Signed-off-by: Konstantin Boudnik (cherry picked from commit b4c6b511e705230dfe4580288addacb81f5c5c5f) --- hadoop-common-project/hadoop-nfs/pom.xml | 5 +++++ hadoop-hdfs-project/hadoop-hdfs/pom.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/hadoop-common-project/hadoop-nfs/pom.xml b/hadoop-common-project/hadoop-nfs/pom.xml index 2f5e5b50cb1..7e81d2d1ad9 100644 --- a/hadoop-common-project/hadoop-nfs/pom.xml +++ b/hadoop-common-project/hadoop-nfs/pom.xml @@ -82,6 +82,11 @@ slf4j-log4j12 runtime + + io.netty + netty + compile + com.google.guava guava diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs/pom.xml index 736fbe1b3bf..2701a77395f 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml @@ -170,6 +170,11 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> xmlenc compile + + io.netty + netty + compile + io.netty netty-all