You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crunch.apache.org by jw...@apache.org on 2012/08/13 03:33:51 UTC

[3/3] git commit: CRUNCH-4: Update pom.xml to use HBase 0.94.1 and add warning note about building it from source using hadoop.profile=2.0

CRUNCH-4: Update pom.xml to use HBase 0.94.1 and add warning note about building it from source using hadoop.profile=2.0


Project: http://git-wip-us.apache.org/repos/asf/incubator-crunch/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-crunch/commit/1af62107
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crunch/tree/1af62107
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crunch/diff/1af62107

Branch: refs/heads/master
Commit: 1af6210727ea5052f01930fdc9f1965ef0f90d53
Parents: 629f573
Author: jwills <jw...@apache.org>
Authored: Thu Aug 9 15:54:59 2012 -0700
Committer: jwills <jw...@apache.org>
Committed: Sun Aug 12 17:24:29 2012 -0700

----------------------------------------------------------------------
 pom.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/1af62107/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c0a6526..f7ea554 100644
--- a/pom.xml
+++ b/pom.xml
@@ -341,7 +341,10 @@ under the License.
       </activation>
       <properties>
         <hadoop.version>2.0.0-alpha</hadoop.version>
-        <hbase.version>0.92.1-cdh4.0.0</hbase.version>
+        <!-- NOTE: You must build HBase 0.94.1 from source using:
+             mvn clean install -Dhadoop.profile=2.0
+             for this to work. -->
+        <hbase.version>0.94.1</hbase.version>
       </properties>
       <dependencyManagement>
         <dependencies>