diff --git a/src/main/docbkx/configuration.xml b/src/main/docbkx/configuration.xml index b858458..8811d60 100644 --- a/src/main/docbkx/configuration.xml +++ b/src/main/docbkx/configuration.xml @@ -258,10 +258,10 @@ needed for servers to pick up changes (caveat dynamic config. to be described la Hadoop-2.0.x-alpha X NT XXX Hadoop-2.1.0-beta X NT SXX Hadoop-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: - $ mvn clean install assembly:single -Dhadoop.profile=2.0 -DskipTests + you need to change the hadoop 2 and protobuf versions in the pom.xml: + Here is a diff with pom.xml changes: + 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 SSNT Hadoop-2.3.xX NT SSNT Hadoop-2.4.xX NT SSS