aboutsummaryrefslogtreecommitdiff
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
parentb1336e2fe458b92dcf60dcd249c41c7bdcc8be6d (diff)
downloadspark-4bbe07e5ece81fa874d2412bcc165179313a7619.tar.gz
spark-4bbe07e5ece81fa874d2412bcc165179313a7619.tar.bz2
spark-4bbe07e5ece81fa874d2412bcc165179313a7619.zip
Activate hadoop1 profile by default for maven builds
-rw-r--r--bagel/pom.xml3
-rw-r--r--core/pom.xml5
-rw-r--r--examples/pom.xml3
-rw-r--r--pom.xml3
-rw-r--r--repl-bin/pom.xml3
-rw-r--r--repl/pom.xml3
6 files changed, 19 insertions, 1 deletions
diff --git a/bagel/pom.xml b/bagel/pom.xml
index a8256a6e8b..4ca643bbb7 100644
--- a/bagel/pom.xml
+++ b/bagel/pom.xml
@@ -45,6 +45,9 @@
<profiles>
<profile>
<id>hadoop1</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
<dependencies>
<dependency>
<groupId>org.spark-project</groupId>
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>
diff --git a/examples/pom.xml b/examples/pom.xml
index 782c026d73..9e638c8284 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -45,6 +45,9 @@
<profiles>
<profile>
<id>hadoop1</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
<dependencies>
<dependency>
<groupId>org.spark-project</groupId>
diff --git a/pom.xml b/pom.xml
index fe5b1d0ee4..0e2d93c170 100644
--- a/pom.xml
+++ b/pom.xml
@@ -481,6 +481,9 @@
<profiles>
<profile>
<id>hadoop1</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
<properties>
<hadoop.major.version>1</hadoop.major.version>
</properties>
diff --git a/repl-bin/pom.xml b/repl-bin/pom.xml
index 0667b71cc7..aa9895eda2 100644
--- a/repl-bin/pom.xml
+++ b/repl-bin/pom.xml
@@ -70,6 +70,9 @@
<profiles>
<profile>
<id>hadoop1</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
<properties>
<classifier>hadoop1</classifier>
</properties>
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>