HADOOP-11776. Fixed the broken JDiff support in Hadoop 2. Contributed by Li Lu.
(cherry picked from commit 4b3948ea365db07df7a9369a271009fafd1ba8f5) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5387a289 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5387a289 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/5387a289 Branch: refs/heads/branch-2.7 Commit: 5387a289fc9b0ae8af3b52d1af604483497dacd5 Parents: 996b0ca Author: Vinod Kumar Vavilapalli <[email protected]> Authored: Sat Apr 4 13:52:01 2015 -0700 Committer: Vinod Kumar Vavilapalli <[email protected]> Committed: Sat Apr 4 13:53:34 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/5387a289/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 ab39df3..f008348 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -721,6 +721,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
