Updated Branches: refs/heads/master 891e28d0e -> 1eae50c1a
Minor change in README about the HBase version As we have switched to use hbase 0.94.3, the instruction in README about how to build hbase with hadoop-2 needs to be changed. Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/1eae50c1 Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/1eae50c1 Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/1eae50c1 Branch: refs/heads/master Commit: 1eae50c1a0aad49c6af4c43c8ba7b1eeb0101d9b Parents: 891e28d Author: Chao Shi <[email protected]> Authored: Wed Aug 21 14:51:52 2013 +0800 Committer: Chao Shi <[email protected]> Committed: Wed Aug 21 14:54:36 2013 +0800 ---------------------------------------------------------------------- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/1eae50c1/README ---------------------------------------------------------------------- diff --git a/README b/README index c7863e0..f7c3f0c 100644 --- a/README +++ b/README @@ -26,7 +26,7 @@ local Maven cache: Crunch has experimental support for Hadoop 2 through the "hadoop-2" build profile (add -Phadoop-2 to enable it). If you want to use HBase support on -Hadoop 2, please note that you have to build HBase 0.94.1 from source using +Hadoop 2, please note that you have to build HBase 0.94.3 from source using the following command: mvn clean install -Dhadoop.profile=2.0
