aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorCharles Reiss <charles@eecs.berkeley.edu>2013-02-02 00:33:30 -0800
committerCharles Reiss <charles@eecs.berkeley.edu>2013-02-02 00:33:30 -0800
commit610795796257ff63e6a5ac0473b183de461a72d4 (patch)
tree75d3ea27bae9d4a72461cdd651c7acb1cfe364c6 /pom.xml
parent1fd5ee323d127499bb3f173d4142c37532ec29b2 (diff)
parentae26911ec0d768dcdae8b7d706ca4544e36535e6 (diff)
downloadspark-610795796257ff63e6a5ac0473b183de461a72d4.tar.gz
spark-610795796257ff63e6a5ac0473b183de461a72d4.tar.bz2
spark-610795796257ff63e6a5ac0473b183de461a72d4.zip
Merge remote-tracking branch 'base/master' into dag-sched-tests
Conflicts: core/src/main/scala/spark/scheduler/DAGScheduler.scala
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index 4a4ff560e7..7e06cae052 100644
--- a/pom.xml
+++ b/pom.xml
@@ -505,11 +505,6 @@
<profiles>
<profile>
<id>hadoop1</id>
- <activation>
- <property>
- <name>!hadoopVersion</name>
- </property>
- </activation>
<properties>
<hadoop.major.version>1</hadoop.major.version>
@@ -527,12 +522,6 @@
<profile>
<id>hadoop2</id>
- <activation>
- <property>
- <name>hadoopVersion</name>
- <value>2</value>
- </property>
- </activation>
<properties>
<hadoop.major.version>2</hadoop.major.version>
</properties>