From 15caaa7d0a13044f29085888894ace9196e00c9b Mon Sep 17 00:00:00 2001 From: Haohui Mai Date: Wed, 25 Nov 2015 10:31:39 -0800 Subject: [PATCH] HDFS-9459. hadoop-hdfs-native-client fails test build on Windows after transition to ctest. Contributed by Chris Nauroth. --- .../hadoop-hdfs-native-client/pom.xml | 16 +++++++--------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ 2 files changed, 10 insertions(+), 9 deletions(-) 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