diff --git a/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml b/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml index cc59a2803e8..85c0fe4f1a2 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml @@ -162,15 +162,13 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> - - - - - - - - - + + + + + + + diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 83875710285..7564a381821 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -1529,6 +1529,9 @@ Release 2.8.0 - UNRELEASED intermittently with various symptoms - debugging patch. (Yongjun Zhang via Arpit Agarwal) + HDFS-9459. hadoop-hdfs-native-client fails test build on Windows after + transition to ctest. (Chris Nauroth via wheat9) + Release 2.7.3 - UNRELEASED INCOMPATIBLE CHANGES