Repository: hbase Updated Branches: refs/heads/master 03e17168c -> f80691e58
HBASE-12871 Document JDK versions supported by each release missing in new documentation <Kevin Risden> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f80691e5 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f80691e5 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/f80691e5 Branch: refs/heads/master Commit: f80691e583116978aa4b6c2f6a0928c372acfd61 Parents: 03e1716 Author: Misty Stanley-Jones <[email protected]> Authored: Mon Jan 19 00:05:17 2015 -0800 Committer: Misty Stanley-Jones <[email protected]> Committed: Mon Jan 19 00:06:06 2015 -0800 ---------------------------------------------------------------------- src/main/asciidoc/_chapters/configuration.adoc | 35 +++++++++++++++++---- 1 file changed, 29 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/f80691e5/src/main/asciidoc/_chapters/configuration.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/_chapters/configuration.adoc b/src/main/asciidoc/_chapters/configuration.adoc index 7fb04b6..98cb835 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::
