HADOOP-11776. Fixed the broken JDiff support in Hadoop 2. Contributed by Li Lu.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1069dcee Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1069dcee Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/1069dcee Branch: refs/heads/YARN-2928 Commit: 1069dceea24fe019e77619a545909e52430b4275 Parents: 3485a8d Author: Vinod Kumar Vavilapalli <[email protected]> Authored: Sat Apr 4 13:52:01 2015 -0700 Committer: Zhijie Shen <[email protected]> Committed: Mon Apr 6 12:08:17 2015 -0700 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 2 + .../jdiff/Apache_Hadoop_Common_2.6.0.xml | 45596 +++++++++++++++++ .../jdiff/Apache_Hadoop_HDFS_2.6.0.xml | 19520 +++++++ hadoop-project-dist/pom.xml | 24 +- hadoop-project/pom.xml | 2 + 5 files changed, 65137 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/1069dcee/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index fd926aa..f52e09f 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -1205,6 +1205,8 @@ Release 2.7.0 - UNRELEASED HADOOP-11377. Added Null.java without which jdiff completely flops. (Tsuyoshi Ozawa via vinodkv) + + HADOOP-11776. Fixed the broken JDiff support in Hadoop 2. (Li Lu via vinodkv) Release 2.6.1 - UNRELEASED
