aboutsummaryrefslogtreecommitdiff
path: root/repl
diff options
context:
space:
mode:
authorShivaram Venkataraman <shivaram@eecs.berkeley.edu>2013-01-07 17:46:22 -0800
committerShivaram Venkataraman <shivaram@eecs.berkeley.edu>2013-01-07 17:46:22 -0800
commit4bbe07e5ece81fa874d2412bcc165179313a7619 (patch)
treeea3626555c99a5cb1defec436137015f11ad869e /repl
parentb1336e2fe458b92dcf60dcd249c41c7bdcc8be6d (diff)
downloadspark-4bbe07e5ece81fa874d2412bcc165179313a7619.tar.gz
spark-4bbe07e5ece81fa874d2412bcc165179313a7619.tar.bz2
spark-4bbe07e5ece81fa874d2412bcc165179313a7619.zip
Activate hadoop1 profile by default for maven builds
Diffstat (limited to 'repl')
-rw-r--r--repl/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/repl/pom.xml b/repl/pom.xml
index 114e3e9932..ba7a051310 100644
--- a/repl/pom.xml
+++ b/repl/pom.xml
@@ -72,6 +72,9 @@
<profiles>
<profile>
<id>hadoop1</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
<properties>
<classifier>hadoop1</classifier>
</properties>