From 92179b8afe3c9d26cf2df169321ae3b4bcfbacbc Mon Sep 17 00:00:00 2001 From: stack Date: Tue, 24 Jun 2014 17:08:20 -0700 Subject: [PATCH] HBASE-11102 Document JDK versions supported by each release (Misty Stanley-Jones) --- src/main/docbkx/configuration.xml | 47 +++++++++++++++++++++++++++-- src/main/docbkx/getting_started.xml | 5 +++ 2 files changed, 50 insertions(+), 2 deletions(-) diff --git a/src/main/docbkx/configuration.xml b/src/main/docbkx/configuration.xml index 00effab1364..1d257b95f81 100644 --- a/src/main/docbkx/configuration.xml +++ b/src/main/docbkx/configuration.xml @@ -59,8 +59,51 @@
Java - Just like Hadoop, HBase requires at least Java 6 from Oracle. + HBase requires at least Java 6 from Oracle. The following table lists which JDK version are + compatible with each version of HBase. + + + + + HBase Version + JDK 6 + JDK 7 + JDK 8 + + + + + 1.0 + yes + 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 ee HBASE-7608 for + more information about JDK 8 support. + + + 0.96 + yes + yes + + + + 0.94 + yes + yes + + + + +
+
+ JDK Version Requirements + HBase requires that a JDK be installed. See for information + about supported JDK versions. +
Download and unpack the latest stable release.