Repository: crunch Updated Branches: refs/heads/master aaaec816c -> cddba97c5
Remove obsolete references to hadoop-2 profile Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/cddba97c Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/cddba97c Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/cddba97c Branch: refs/heads/master Commit: cddba97c5e1b08e9e5f1bded5c16abcbec31d670 Parents: aaaec81 Author: Gabriel Reid <[email protected]> Authored: Mon May 25 17:33:37 2015 +0200 Committer: Gabriel Reid <[email protected]> Committed: Mon May 25 17:33:37 2015 +0200 ---------------------------------------------------------------------- README | 7 ------- pom.xml | 1 - 2 files changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/cddba97c/README ---------------------------------------------------------------------- diff --git a/README b/README index f7c3f0c..59eeae4 100644 --- a/README +++ b/README @@ -23,10 +23,3 @@ To run the integration test suite and to install the created JARs in your local Maven cache: mvn install - -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.3 from source using -the following command: - - mvn clean install -Dhadoop.profile=2.0 http://git-wip-us.apache.org/repos/asf/crunch/blob/cddba97c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2eed8bc..38e9955 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,6 @@ under the License. <mockito.version>1.9.0</mockito.version> <pkg>org.apache.crunch</pkg> - <!-- Can be overridden by hadoop-2 profile, but these are the default values --> <hadoop.version>2.5.2</hadoop.version> <hbase.version>1.0.0</hbase.version> <commons-lang.version>2.5</commons-lang.version>
