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. + +