From 05ed13c4f8409827b58523ea1b54336410e9fb1f Mon Sep 17 00:00:00 2001 From: Kevin Risden Date: Sat, 17 Jan 2015 18:19:07 -0600 Subject: [PATCH] Added JDK versions by HBase version --- src/main/asciidoc/_chapters/configuration.adoc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/main/asciidoc/_chapters/configuration.adoc b/src/main/asciidoc/_chapters/configuration.adoc index 7fb04b6..fd1eaa4 100644 --- a/src/main/asciidoc/_chapters/configuration.adoc +++ b/src/main/asciidoc/_chapters/configuration.adoc @@ -92,12 +92,13 @@ 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