From f80691e583116978aa4b6c2f6a0928c372acfd61 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Mon, 19 Jan 2015 00:05:17 -0800 Subject: [PATCH] HBASE-12871 Document JDK versions supported by each release missing in new documentation --- .../asciidoc/_chapters/configuration.adoc | 35 +++++++++++++++---- 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/src/main/asciidoc/_chapters/configuration.adoc b/src/main/asciidoc/_chapters/configuration.adoc index 7fb04b6e523..98cb835d55e 100644 --- a/src/main/asciidoc/_chapters/configuration.adoc +++ b/src/main/asciidoc/_chapters/configuration.adoc @@ -92,15 +92,38 @@ 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. +NOTE: In HBase 0.98.5 and newer, you must set `JAVA_HOME` on each node of your cluster. [path]_hbase-env.sh_ provides a handy mechanism to do this. .Operating System Utilities ssh::