You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by vi...@apache.org on 2015/04/04 22:52:38 UTC

[4/4] hadoop git commit: HADOOP-11776. Fixed the broken JDiff support in Hadoop 2. Contributed by Li Lu.

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/4b3948ea
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4b3948ea
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/4b3948ea

Branch: refs/heads/trunk
Commit: 4b3948ea365db07df7a9369a271009fafd1ba8f5
Parents: 5370e71
Author: Vinod Kumar Vavilapalli <vi...@apache.org>
Authored: Sat Apr 4 13:52:01 2015 -0700
Committer: Vinod Kumar Vavilapalli <vi...@apache.org>
Committed: Sat Apr 4 13:52:01 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/4b3948ea/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