Repository: mahout Updated Branches: refs/heads/master c17bee3c2 -> 48d6ca517
MAHOUT-1973 Remove need for hadoop2 profile apache/mahout#324 Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/48d6ca51 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/48d6ca51 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/48d6ca51 Branch: refs/heads/master Commit: 48d6ca51738f9560aced6e15e1201025243a0d90 Parents: c17bee3 Author: AdityaAS <[email protected]> Authored: Mon Jun 26 16:41:58 2017 -0500 Committer: rawkintrevo <[email protected]> Committed: Mon Jun 26 16:41:58 2017 -0500 ---------------------------------------------------------------------- .travis.yml | 2 +- pom.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/48d6ca51/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index fdcb2ba..8644436 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ env: - JAVA_OPTS=-Xmx3g - TEST_MODULES="hdfs,math,math-scala,spark" - STANDARD_BUILD_OPTS="-Dmaven.javadoc.skip=true -B -V" - - PROFILES="-Phadoop2 -Ptravis" + - PROFILES="-Ptravis" - SPARK_1_6=http://d3kbcqa49mib13.cloudfront.net/spark-1.6.3-bin-hadoop2.6.tgz - SPARK_2_0=http://d3kbcqa49mib13.cloudfront.net/spark-2.0.2-bin-hadoop2.7.tgz - SPARK_2_1=http://d3kbcqa49mib13.cloudfront.net/spark-2.1.0-bin-hadoop2.7.tgz http://git-wip-us.apache.org/repos/asf/mahout/blob/48d6ca51/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b344cef..6c939b4 100644 --- a/pom.xml +++ b/pom.xml @@ -125,6 +125,8 @@ <flink.version>1.1.4</flink.version> <h2o.version>0.1.25</h2o.version> <jackson.version>2.7.4</jackson.version> + <hadoop.version>2.4.1</hadoop.version> + <hadoop.classifier>hadoop2</hadoop.classifier> </properties> <issueManagement> <system>Jira</system>
