From 7401fe86c944bcf6bb1e6dd2f07eebd10335c1f2 Mon Sep 17 00:00:00 2001 From: Peter Somogyi Date: Thu, 11 Oct 2018 16:44:15 +0200 Subject: [PATCH] HBASE-21295 Update compatibility matrices --- .../asciidoc/_chapters/configuration.adoc | 48 +++++++++---------- 1 file changed, 22 insertions(+), 26 deletions(-) diff --git a/src/main/asciidoc/_chapters/configuration.adoc b/src/main/asciidoc/_chapters/configuration.adoc index 113058c0b4..5fe54db7c2 100644 --- a/src/main/asciidoc/_chapters/configuration.adoc +++ b/src/main/asciidoc/_chapters/configuration.adoc @@ -93,7 +93,7 @@ This section lists required services and some required system configuration. [[java]] .Java -The following table summarizes the recommendation of the HBase community wrt deploying on various Java versions. An entry of "yes" is meant to indicate a base level of testing and willingness to help diagnose and address issues you might run into. Similarly, an entry of "no" or "Not Supported" generally means that should you run into an issue the community is likely to ask you to change the Java environment before proceeding to help. In some cases, specific guidance on limitations (e.g. wether compiling / unit tests work, specific operational issues, etc) will also be noted. +The following table summarizes the recommendation of the HBase community wrt deploying on various Java versions. An entry of "yes" is meant to indicate a base level of testing and willingness to help diagnose and address issues you might run into. Similarly, an entry of "Not Supported" generally means that should you run into an issue the community is likely to ask you to change the Java environment before proceeding to help. In some cases, specific guidance on limitations (e.g. whether compiling / unit tests work, specific operational issues, etc) will also be noted. .Long Term Support JDKs are recommended [TIP] @@ -102,32 +102,28 @@ HBase recommends downstream users rely on JDK releases that are marked as Long T ==== .Java support by release line -[cols="1,1,1,1,1", options="header"] +[cols="1,1,1,1,1,1", options="header"] |=== |HBase Version |JDK 7 |JDK 8 |JDK 9 |JDK 10 +|JDK 11 -|2.0 +|2.0+ |link:http://search-hadoop.com/m/YGbbsPxZ723m3as[Not Supported] |yes |link:https://issues.apache.org/jira/browse/HBASE-20264[Not Supported] |link:https://issues.apache.org/jira/browse/HBASE-20264[Not Supported] +|link:https://issues.apache.org/jira/browse/HBASE-21110[Not Supported] -|1.3 -|yes -|yes -|link:https://issues.apache.org/jira/browse/HBASE-20264[Not Supported] -|link:https://issues.apache.org/jira/browse/HBASE-20264[Not Supported] - - -|1.2 +|1.2+ |yes |yes |link:https://issues.apache.org/jira/browse/HBASE-20264[Not Supported] |link:https://issues.apache.org/jira/browse/HBASE-20264[Not Supported] +|link:https://issues.apache.org/jira/browse/HBASE-21110[Not Supported] |=== @@ -217,22 +213,22 @@ Use the following legend to interpret this table: * "X" = not supported * "NT" = Not tested -[cols="1,1,1,1,1,1", options="header"] +[cols="1,1,1,1,1,1,1", options="header"] |=== -| | HBase-1.2.x | HBase-1.3.x | HBase-1.5.x | HBase-2.0.x | HBase-2.1.x -|Hadoop-2.4.x | S | S | X | X | X -|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.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 -|Hadoop-2.9.0 | X | X | X | X | X -|Hadoop-2.9.1+ | NT | NT | NT | NT | NT -|Hadoop-3.0.x | X | X | X | X | X -|Hadoop-3.1.0 | X | X | X | X | X +| | HBase-1.2.x | HBase-1.3.x | HBase-1.4.x | HBase-1.5.x | HBase-2.0.x | HBase-2.1.x +|Hadoop-2.4.x | S | S | X | X | X | X +|Hadoop-2.5.x | S | S | X | X | X | X +|Hadoop-2.6.0 | X | X | X | X | X | X +|Hadoop-2.6.1+ | S | S | X | X | S | X +|Hadoop-2.7.0 | X | X | X | X | X | X +|Hadoop-2.7.1+ | S | S | S | S | S | S +|Hadoop-2.8.[0-1] | X | X | X | X | X | X +|Hadoop-2.8.2 | NT | NT | NT | NT | NT | NT +|Hadoop-2.8.3+ | NT | NT | NT | NT | S | S +|Hadoop-2.9.0 | X | X | X | X | X | X +|Hadoop-2.9.1+ | NT | NT | NT | NT | NT | NT +|Hadoop-3.0.x | X | X | X | X | X | X +|Hadoop-3.1.0 | X | X | X | X | X | X |=== .Hadoop Pre-2.6.1 and JDK 1.8 Kerberos -- 2.19.0