From 539ef5aa2e872f9fa585b5a50846a95e5a3c2af4 Mon Sep 17 00:00:00 2001 From: Andrew Wang Date: Wed, 5 Apr 2017 16:04:09 -0700 Subject: [PATCH] HFDS-11596. hadoop-hdfs-client jar is in the wrong directory in release tarball. Contributed by Yuanbo Liu. --- hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml | 5 +++++ hadoop-hdfs-project/hadoop-hdfs-nfs/pom.xml | 5 +++++ hadoop-hdfs-project/hadoop-hdfs/pom.xml | 2 +- hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml | 5 +++++ .../hadoop-yarn-applications-distributedshell/pom.xml | 5 +++++ .../hadoop-yarn-server-resourcemanager/pom.xml | 5 +++++ .../hadoop-yarn-server-timeline-pluginstorage/pom.xml | 5 +++++ 7 files changed, 31 insertions(+), 1 deletion(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml index f5cfd01567..a05304b613 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml @@ -171,6 +171,11 @@ + + org.apache.hadoop + hadoop-hdfs-client + provided + org.apache.hadoop hadoop-common diff --git a/hadoop-hdfs-project/hadoop-hdfs-nfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs-nfs/pom.xml index aceb5bcb77..403f097258 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-nfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-nfs/pom.xml @@ -55,6 +55,11 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> hadoop-hdfs compile + + org.apache.hadoop + hadoop-hdfs-client + provided + org.apache.hadoop hadoop-hdfs diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs/pom.xml index 65c3943b21..9b6c058b2f 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml @@ -60,7 +60,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> org.apache.hadoop hadoop-hdfs-client - compile + provided org.apache.zookeeper diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml index 0d9e789da7..1d692a53cf 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml +++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml @@ -104,6 +104,11 @@ hadoop-hdfs test + + org.apache.hadoop + hadoop-hdfs-client + test + com.google.inject.extensions guice-servlet diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/pom.xml index a564b823fa..b3db4e764c 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/pom.xml @@ -151,6 +151,11 @@ hadoop-hdfs test + + org.apache.hadoop + hadoop-hdfs-client + test + org.apache.hadoop hadoop-hdfs diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml index 0a85d0c624..533be9ef61 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml @@ -91,6 +91,11 @@ hadoop-hdfs test + + org.apache.hadoop + hadoop-hdfs-client + test + com.google.inject guice diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timeline-pluginstorage/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timeline-pluginstorage/pom.xml index 4dc849277e..a3a44f81c6 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timeline-pluginstorage/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timeline-pluginstorage/pom.xml @@ -108,6 +108,11 @@ hadoop-hdfs test + + org.apache.hadoop + hadoop-hdfs-client + test + org.apache.hadoop hadoop-hdfs