aboutsummaryrefslogtreecommitdiff
path: root/bagel
diff options
context:
space:
mode:
authorShivaram Venkataraman <shivaram@eecs.berkeley.edu>2013-01-10 22:07:34 -0800
committerShivaram Venkataraman <shivaram@eecs.berkeley.edu>2013-01-10 22:07:34 -0800
commit92625223066a5c28553d7710c6b14af56f64b560 (patch)
tree21c0c6e6da49bcc0fe98fcfd7a6a21a8ea629263 /bagel
parentf7adb382ace7f54c5093bf90574b3f9dd0d35534 (diff)
downloadspark-92625223066a5c28553d7710c6b14af56f64b560.tar.gz
spark-92625223066a5c28553d7710c6b14af56f64b560.tar.bz2
spark-92625223066a5c28553d7710c6b14af56f64b560.zip
Activate hadoop2 profile in pom.xml with -Dhadoop=2
Diffstat (limited to 'bagel')
-rw-r--r--bagel/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/bagel/pom.xml b/bagel/pom.xml
index 85b2077026..c3461fb889 100644
--- a/bagel/pom.xml
+++ b/bagel/pom.xml
@@ -77,6 +77,12 @@
</profile>
<profile>
<id>hadoop2</id>
+ <activation>
+ <property>
+ <name>hadoop</name>
+ <value>2</value>
+ </property>
+ </activation>
<dependencies>
<dependency>
<groupId>org.spark-project</groupId>