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/02 04:08:47 UTC

hbase git commit: Revert "HBASE-20937 Update the support matrix in our ref guide about recent hadoop releases"

Repository: hbase
Updated Branches:
  refs/heads/master 4bcaf495c -> 78164efcf


Revert "HBASE-20937 Update the support matrix in our ref guide about recent hadoop releases"

Revert. Need discuss on mailing list first.

This reverts commit 1b28903b7bd8717f2d653eeb48528a31e0add29c.


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

Branch: refs/heads/master
Commit: 78164efcf461ab22df1fe153460c435deb2e1011
Parents: 4bcaf49
Author: Michael Stack <st...@apache.org>
Authored: Wed Aug 1 21:07:37 2018 -0700
Committer: Michael Stack <st...@apache.org>
Committed: Wed Aug 1 21:07:37 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/78164efc/src/main/asciidoc/_chapters/configuration.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/configuration.adoc b/src/main/asciidoc/_chapters/configuration.adoc
index 4d84603..113058c 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-6] | X | X | X | X | X
-|Hadoop-2.7.7+ | S | S | S | S | S
+|Hadoop-2.7.0 | X | X | X | X | X
+|Hadoop-2.7.1+ | 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,13 +256,7 @@ 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.
-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].
+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].
 ====
 
 .Hadoop 3.0.x Releases