From f349a155af01389bbf77bf5a0d142504c0c9af2e Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Wed, 7 Dec 2011 00:36:18 +0000 Subject: [PATCH] Add how to build against hadoop 0.22/0.23 git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1211246 13f79535-47bb-0310-9956-ffa450edef68 --- src/docbkx/developer.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/docbkx/developer.xml b/src/docbkx/developer.xml index a82515b5feb..47fd751f6e8 100644 --- a/src/docbkx/developer.xml +++ b/src/docbkx/developer.xml @@ -406,6 +406,17 @@ mvn compile See + +
+ To build against hadoop 0.22.x or 0.23.x + +mvn -Dhadoop.profile=22 ... + +That is, designate build with hadoop.profile 22. Pass 23 for hadoop.profile to build against hadoop 0.23. +Tests do not all pass as of this writing so you may need ot pass -DskipTests unless you are inclined +to fix the failing tests. + +