You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2018/08/01 15:25:46 UTC

hbase git commit: HBASE-20937 Update the support matrix in our ref guide about recent hadoop releases Signed-off-by: zhangduo

Repository: hbase
Updated Branches:
  refs/heads/master 323907f84 -> 1b28903b7


HBASE-20937 Update the support matrix in our ref guide about recent hadoop releases
Signed-off-by: zhangduo <zh...@apache.org>


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

Branch: refs/heads/master
Commit: 1b28903b7bd8717f2d653eeb48528a31e0add29c
Parents: 323907f
Author: Michael Stack <st...@apache.org>
Authored: Tue Jul 31 16:03:30 2018 -0700
Committer: Michael Stack <st...@apache.org>
Committed: Wed Aug 1 08:25:02 2018 -0700

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/configuration.adoc | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/1b28903b/src/main/asciidoc/_chapters/configuration.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/configuration.adoc b/src/main/asciidoc/_chapters/configuration.adoc
index 113058c..4d84603 100644
--- a/src/main/asciidoc/_chapters/configuration.adoc
+++ b/src/main/asciidoc/_chapters/configuration.adoc
@@ -224,8 +224,8 @@ Use the following legend to interpret this table:
 |Hadoop-2.5.x | S | S | X | X | X
 |Hadoop-2.6.0 | X | X | X | X | X
 |Hadoop-2.6.1+ | S | S | X | S | X
-|Hadoop-2.7.0 | X | X | X | X | X
-|Hadoop-2.7.1+ | S | S | S | S | S
+|Hadoop-2.7.[0-6] | X | X | X | X | X
+|Hadoop-2.7.7+ | S | S | S | S | S
 |Hadoop-2.8.[0-1] | X | X | X | X | X
 |Hadoop-2.8.2 | NT | NT | NT | NT | NT
 |Hadoop-2.8.3+ | NT | NT | NT | S | S
@@ -256,7 +256,13 @@ data loss. This patch is present in Apache Hadoop releases 2.6.1+.
 .Hadoop 2.y.0 Releases
 [TIP]
 ====
-Starting around the time of Hadoop version 2.7.0, the Hadoop PMC got into the habit of calling out new minor releases on their major version 2 release line as not stable / production ready. As such, HBase expressly advises downstream users to avoid running on top of these releases. Note that additionally the 2.8.1 release was given the same caveat by the Hadoop PMC. For reference, see the release announcements for link:https://s.apache.org/hadoop-2.7.0-announcement[Apache Hadoop 2.7.0], link:https://s.apache.org/hadoop-2.8.0-announcement[Apache Hadoop 2.8.0], link:https://s.apache.org/hadoop-2.8.1-announcement[Apache Hadoop 2.8.1], and link:https://s.apache.org/hadoop-2.9.0-announcement[Apache Hadoop 2.9.0].
+Starting around the time of Hadoop version;2.7.0, the Hadoop PMC got into the habit of calling out new minor releases on their major version 2
+release line as not stable / production ready. As such, HBase expressly advises downstream users to avoid running on top of these releases.
+We used to support 2.7.1-2.7.6 but 2.7.7 was released to address a security vulnerability, `CVE-2018-8009`
+(See link:https://lists.apache.org/thread.html/c95221be6cab420f909d7a531240540576f8eee83f7c7607b7b2d3a7@%3Cgeneral.hadoop.apache.org%3E[Announcing; Apache Hadoop 2.7.7]),
+and it includes a fix for a JDK8 issue link:https://issues.apache.org/jira/browse/HADOOP-15473[HADOOP-15473 Configure serialFilter in KeyProvider to avoid UnrecoverableKeyException caused by JDK-8189997]
+so we recommend you upgrade.
+Note that additionally the 2.8.1 release was given the same caveat by the Hadoop PMC. For reference, see the release announcements for link:https://s.apache.org/hadoop-2.7.0-announcement[Apache Hadoop 2.7.0], link:https://s.apache.org/hadoop-2.8.0-announcement[Apache Hadoop 2.8.0], link:https://s.apache.org/hadoop-2.8.1-announcement[Apache Hadoop 2.8.1], and link:https://s.apache.org/hadoop-2.9.0-announcement[Apache Hadoop 2.9.0].
 ====
 
 .Hadoop 3.0.x Releases