diff --git a/pom.xml b/pom.xml index 29f6716ece1..a2b18fb6911 100644 --- a/pom.xml +++ b/pom.xml @@ -770,7 +770,7 @@ com.agilejava.docbkx docbkx-maven-plugin - 2.0.14 + 2.0.15 false diff --git a/src/main/docbkx/configuration.xml b/src/main/docbkx/configuration.xml index 9e648d874b9..a7bb30df5a7 100644 --- a/src/main/docbkx/configuration.xml +++ b/src/main/docbkx/configuration.xml @@ -233,23 +233,30 @@ needed for servers to pick up changes (caveat dynamic config. to be described la Hadoop 2.x is better than Hadoop 1.x Hadoop 2.x is faster, with more features such as short-circuit reads which will help improve your HBase random read profile as well important bug fixes that will improve your overall HBase experience. - You should run Hadoop 2. rather than Hadoop 1. if you can. + You should run Hadoop 2 rather than Hadoop 1. HBase 0.98 deprecates use of Hadoop1. + HBase 1.0 will not support Hadoop1. Hadoop version support matrix - + + + + + + + - HBase-0.92.xHBase-0.94.xHBase-0.96.0HBase-0.98.0 + HBase-0.92.xHBase-0.94.xHBase-0.96.xHBase-0.98.xSupport for Hadoop 1.x is deprecated.HBase-1.0.xHadoop 1.x is NOT supported - Hadoop-0.20.205S X XX - Hadoop-0.22.x S X XX - Hadoop-1.0.0-1.0.2HBase requires hadoop 1.0.3 at a minimum; there is an issue where we cannot find KerberosUtil compiling against earlier versions of Hadoop. S S XX - Hadoop-1.0.3+S S SX - Hadoop-1.1.x NT S SX - Hadoop-0.23.x X S NTX - Hadoop-2.0.x-alpha X NT XX - Hadoop-2.1.0-beta X NT SX + Hadoop-0.20.205S X XXX + Hadoop-0.22.x S X XXX + Hadoop-1.0.0-1.0.2HBase requires hadoop 1.0.3 at a minimum; there is an issue where we cannot find KerberosUtil compiling against earlier versions of Hadoop. X X XXX + Hadoop-1.0.3+S S SXX + Hadoop-1.1.x NT S SXX + Hadoop-0.23.x X S NTXX + Hadoop-2.0.x-alpha X NT XXX + Hadoop-2.1.0-beta X NT SXXHadoop-2.2.0 X NTTo get 0.94.x to run on hadoop 2.2.0, you need to change the hadoop 2 and protobuf versions in the pom.xml and then build against the hadoop 2 profile by running something like the following command: @@ -278,8 +285,11 @@ Index: pom.xml 1.6.1 ]]> - SS - Hadoop-2.x X NT SS + SSNT + Hadoop-2.3.xX NT SSNT + Hadoop-2.4.xX NT SSS + Hadoop-2.5.xX NT SSS +
Where