aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
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 /core/pom.xml
parentb1336e2fe458b92dcf60dcd249c41c7bdcc8be6d (diff)
downloadspark-4bbe07e5ece81fa874d2412bcc165179313a7619.tar.gz
spark-4bbe07e5ece81fa874d2412bcc165179313a7619.tar.bz2
spark-4bbe07e5ece81fa874d2412bcc165179313a7619.zip
Activate hadoop1 profile by default for maven builds
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/pom.xml b/core/pom.xml
index ae52c20657..cd789a7db0 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -159,6 +159,9 @@
<profiles>
<profile>
<id>hadoop1</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
<dependencies>
<dependency>
<groupId>org.apache.hadoop</groupId>
@@ -267,4 +270,4 @@
</build>
</profile>
</profiles>
-</project> \ No newline at end of file
+</project>