From 8d753537b744e88b722d158b2ab0edc420c5b589 Mon Sep 17 00:00:00 2001 From: Kevin Risden Date: Sat, 17 Jan 2015 18:19:07 -0600 Subject: [PATCH] HBASE-12871 Added JDK versions by HBase version Converted Docbook JDK versions by HBase version table from HBASE-11102 in AsciiDoc format. --- src/main/asciidoc/_chapters/configuration.adoc | 33 ++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/src/main/asciidoc/_chapters/configuration.adoc b/src/main/asciidoc/_chapters/configuration.adoc index 7fb04b6..4b4193e 100644 --- a/src/main/asciidoc/_chapters/configuration.adoc +++ b/src/main/asciidoc/_chapters/configuration.adoc @@ -92,12 +92,35 @@ to be described later below. This section lists required services and some required system configuration. .Java -[cols="2", options="header"] +[cols="1,1,1,4", options="header"] |=== -| HBase Version | Support -| JDK 6 | Not Supported -| JDK 7 | Running with JDK 8 will work but is not well tested. -| JDK 8 | Running with JDK 8 works but is not well tested. Building with JDK 8 would require removal of the deprecated remove() method of the PoolMap class and is under consideration. See ee HBASE-7608 for more information about JDK 8 support. +|HBase Version +|JDK 6 +|JDK 7 +|JDK 8 + +|1.0 +|link:http://search-hadoop.com/m/DHED4Zlz0R1[Not Supported] +|yes +|Running with JDK 8 will work but is not well tested. + +|0.98 +|yes +|yes +|Running with JDK 8 works but is not well tested. Building with JDK 8 would require removal of the +deprecated remove() method of the PoolMap class and is under consideration. See +link:https://issues.apache.org/jira/browse/HBASE-7608[HBASE-7608] for more information about JDK 8 +support. + +|0.96 +|yes +|yes +|N/A + +|0.94 +|yes +|yes +|N/A |=== NOTE: In HBase 0.98.5 and newer, you must set [var]+JAVA_HOME+ on each node of your cluster. [path]_hbase-env.sh_ provides a handy mechanism to do this. -- 2.2.2