aboutsummaryrefslogtreecommitdiff
path: root/assembly
diff options
context:
space:
mode:
authorJey Kottalam <jey@cs.berkeley.edu>2013-08-15 15:31:31 -0700
committerJey Kottalam <jey@cs.berkeley.edu>2013-08-16 13:50:12 -0700
commit11b42a84db255eb659412e9d0bf4622cb2e8b20a (patch)
tree1cdcacf8ad3efbb9c942e5567d67a9967c6a6047 /assembly
parent353fab2440dbf1369df20393e0377de2b327de72 (diff)
downloadspark-11b42a84db255eb659412e9d0bf4622cb2e8b20a.tar.gz
spark-11b42a84db255eb659412e9d0bf4622cb2e8b20a.tar.bz2
spark-11b42a84db255eb659412e9d0bf4622cb2e8b20a.zip
Maven build now works with CDH hadoop-2.0.0-mr1
Diffstat (limited to 'assembly')
-rw-r--r--assembly/pom.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 76ac9f5478..3d645e0379 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -37,20 +37,6 @@
</plugins>
</build>
- <profiles>
- <profile>
- <id>hadoop2</id>
- <properties>
- <classifier.name>hadoop2</classifier.name>
- </properties>
- </profile>
- <profile>
- <id>hadoop2-yarn</id>
- <properties>
- <classifier.name>hadoop2-yarn</classifier.name>
- </properties>
- </profile>
- </profiles>
<dependencies>
<dependency>
<groupId>org.spark-project</groupId>