Repository: crunch Updated Branches: refs/heads/apache-crunch-0.8 9a0c9e995 -> 1d9b6cf3d
Update hadoop2 profile to use HBase 0.94.15 as well Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/1d9b6cf3 Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/1d9b6cf3 Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/1d9b6cf3 Branch: refs/heads/apache-crunch-0.8 Commit: 1d9b6cf3db6daa1ee6e0fa48dfd5966e821c71a3 Parents: 9a0c9e9 Author: Josh Wills <[email protected]> Authored: Sun Jun 1 23:12:22 2014 -0700 Committer: Josh Wills <[email protected]> Committed: Sun Jun 1 23:12:22 2014 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/1d9b6cf3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4f45532..e6c835c 100644 --- a/pom.xml +++ b/pom.xml @@ -468,10 +468,10 @@ under the License. </activation> <properties> <hadoop.version>2.0.4-alpha</hadoop.version> - <!-- NOTE: You must build HBase 0.94.3 from source using: + <!-- NOTE: You must build HBase 0.94.15 from source using: mvn clean install -Dhadoop.profile=2.0 for this to work. --> - <hbase.version>0.94.3</hbase.version> + <hbase.version>0.94.15</hbase.version> <commons-lang.version>2.5</commons-lang.version> <slf4j.version>1.6.1</slf4j.version> </properties>
