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 zj...@apache.org on 2015/05/12 22:49:28 UTC

[11/36] hadoop git commit: HADOOP-11663. Remove description about Java 6 from docs. Contributed by Masatake Iwasaki.

HADOOP-11663. Remove description about Java 6 from docs. Contributed by Masatake Iwasaki.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f6523717
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f6523717
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f6523717

Branch: refs/heads/YARN-2928
Commit: f65237175c251907c88b5e0858d44af082cd763c
Parents: c1d0160
Author: Akira Ajisaka <aa...@apache.org>
Authored: Tue May 12 00:30:59 2015 +0900
Committer: Zhijie Shen <zj...@apache.org>
Committed: Tue May 12 13:24:12 2015 -0700

----------------------------------------------------------------------
 hadoop-common-project/hadoop-auth/src/site/markdown/BuildingIt.md | 2 +-
 hadoop-common-project/hadoop-common/CHANGES.txt                   | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/f6523717/hadoop-common-project/hadoop-auth/src/site/markdown/BuildingIt.md
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-auth/src/site/markdown/BuildingIt.md b/hadoop-common-project/hadoop-auth/src/site/markdown/BuildingIt.md
index 53a49d4..52d9ddc 100644
--- a/hadoop-common-project/hadoop-auth/src/site/markdown/BuildingIt.md
+++ b/hadoop-common-project/hadoop-auth/src/site/markdown/BuildingIt.md
@@ -18,7 +18,7 @@ Hadoop Auth, Java HTTP SPNEGO - Building It
 Requirements
 ------------
 
-* Java 6+
+* Java 7+
 * Maven 3+
 * Kerberos KDC (for running Kerberos test cases)
 

http://git-wip-us.apache.org/repos/asf/hadoop/blob/f6523717/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 ff79910..e850a55 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -679,6 +679,9 @@ Release 2.7.1 - UNRELEASED
     HADOOP-9658. SnappyCodec#checkNativeCodeLoaded may unexpectedly fail when
     native code is not loaded. (Zhijie Shen via ozawa)
 
+    HADOOP-11663. Remove description about Java 6 from docs.
+    (Masatake Iwasaki via aajisaka)
+
 Release 2.7.0 - 2015-04-20
 
   INCOMPATIBLE CHANGES