diff --git src/main/docbkx/configuration.xml src/main/docbkx/configuration.xml index 00effab..6aaa5da 100644 --- src/main/docbkx/configuration.xml +++ src/main/docbkx/configuration.xml @@ -59,8 +59,62 @@
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 + TBD (see HBASE-7608) + yes + + + + 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. + + + 0.96 + yes + yes + + + + 0.94 + yes + yes + + + + 0.92 + yes + yes + + + + 0.90 + 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.