From d578165b993be091ffaea774e61b46dae77a77ef Mon Sep 17 00:00:00 2001 From: Haohui Mai Date: Fri, 9 Oct 2015 22:31:16 -0700 Subject: [PATCH] HDFS-9222. Add hadoop-hdfs-client as a dependency of hadoop-hdfs-native-client. Contributed by Mingliang Liu. --- hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml | 5 +++++ hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ 2 files changed, 8 insertions(+) diff --git a/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml b/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml index 6e92bd44840..d1f103e1254 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml @@ -36,6 +36,11 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> + + org.apache.hadoop + hadoop-hdfs-client + provided + org.apache.hadoop hadoop-common diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 47c27382658..622e8dd7b64 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -1189,6 +1189,9 @@ Release 2.8.0 - UNRELEASED HDFS-9215. Suppress the RAT warnings in hdfs-native-client module. (wheat9) + HDFS-9222. Add hadoop-hdfs-client as a dependency of + hadoop-hdfs-native-client. (Mingliang Liu via wheat9) + Release 2.7.2 - UNRELEASED INCOMPATIBLE CHANGES