diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index e1e24f99609..08a78a07e6a 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -749,6 +749,9 @@ Release 0.23.0 - Unreleased HDFS-2294. Download of commons-daemon TAR should not be under target (tucu) + HDFS-2322. the build fails in Windows because commons-daemon TAR cannot be + fetched. (tucu) + OPTIMIZATIONS HDFS-1458. Improve checkpoint performance by avoiding unnecessary image diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs/pom.xml index 563a1a4fab3..c7d2f633c83 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml @@ -311,7 +311,7 @@ run - + @@ -353,6 +353,18 @@ + + windows + + false + + windows + + + + true + + native