From 43e596becb441ecf02c823f112c3eefa65f5df0b Mon Sep 17 00:00:00 2001 From: Nick Dimiduk Date: Mon, 13 Oct 2014 21:30:23 -0700 Subject: [PATCH] HBASE-12251 [book] Hadoop compat matrix 0.94 section needs cleaned up --- src/main/docbkx/configuration.xml | 97 ++++++++++++++++++++------------------- 1 file changed, 51 insertions(+), 46 deletions(-) diff --git a/src/main/docbkx/configuration.xml b/src/main/docbkx/configuration.xml index aec8a00..d3959b6 100644 --- a/src/main/docbkx/configuration.xml +++ b/src/main/docbkx/configuration.xml @@ -485,52 +485,7 @@ hadoop - nproc 32000 Hadoop-2.2.0 X - NT - To 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: Here is a diff with - pom.xml changes: - 1.4.3 - 1.2.16 - 1.8.5 -- 2.4.0a -+ 2.5.0 - 1.0.1 - 0.8.0 - 3.4.5 -@@ -2241,7 +2241,7 @@ - - - -- 2.0.0-alpha -+ 2.2.0 - 1.6.1 - - ]]> - - The next step is to regenerate Protobuf files and assuming that the Protobuf - has been installed: - - - Go to the hbase root folder, using the command line; - - - Type the following commands: - - - - - - - - - Building against the hadoop 2 profile by running something like the - following command: - $ mvn clean install assembly:single -Dhadoop.profile=2.0 -DskipTests + NT S S NT @@ -577,6 +532,56 @@ Index: pom.xml
+ Apache HBase 0.94 with Hadoop 2 + To 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: Here is a diff with + pom.xml changes: + 1.4.3 + 1.2.16 + 1.8.5 +- 2.4.0a ++ 2.5.0 + 1.0.1 + 0.8.0 + 3.4.5 +@@ -2241,7 +2241,7 @@ + + + +- 2.0.0-alpha ++ 2.2.0 + 1.6.1 + + ]]> + + The next step is to regenerate Protobuf files and assuming that the Protobuf + has been installed: + + + Go to the hbase root folder, using the command line; + + + Type the following commands: + + + + + + + + + Building against the hadoop 2 profile by running something like the + following command: + $ mvn clean install assembly:single -Dhadoop.profile=2.0 -DskipTests +
+
Apache HBase 0.92 and 0.94 HBase 0.92 and 0.94 versions can work with Hadoop versions, 0.20.205, 0.22.x, 1.0.x, -- 1.9.0