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/b9cebfc0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b9cebfc0 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b9cebfc0 Branch: refs/heads/HDFS-7240 Commit: b9cebfc0ba871beb99f634a1a8c797e143ecc6d4 Parents: 1dd79ff Author: Akira Ajisaka <[email protected]> Authored: Tue May 12 00:30:59 2015 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Tue May 12 00:30:59 2015 +0900 ---------------------------------------------------------------------- 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/b9cebfc0/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/b9cebfc0/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
