Repository: mahout Updated Branches: refs/heads/master a4f24dda8 -> 5e07c8646
MAHOUT-1667: Hadoop2 is active by default but also explicitly activated on Jenkins because there ci profile becomes active Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/5e07c864 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/5e07c864 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/5e07c864 Branch: refs/heads/master Commit: 5e07c8646f46ce55400094c3ab817a87fbf3d5b5 Parents: a4f24dd Author: Stevo Slavic <[email protected]> Authored: Thu Apr 2 04:17:56 2015 +0200 Committer: Stevo Slavic <[email protected]> Committed: Thu Apr 2 04:17:56 2015 +0200 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/5e07c864/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 110133c..7fce519 100644 --- a/pom.xml +++ b/pom.xml @@ -794,6 +794,9 @@ <id>hadoop2</id> <activation> <activeByDefault>true</activeByDefault> + <property> + <name>env.JENKINS_URL</name> + </property> </activation> <properties> <hadoop.classifier>hadoop2</hadoop.classifier>
