aboutsummaryrefslogtreecommitdiff
path: root/assembly
diff options
context:
space:
mode:
authorRaymond Liu <raymond.liu@intel.com>2013-12-04 16:17:49 +0800
committerRaymond Liu <raymond.liu@intel.com>2014-01-03 12:12:37 +0800
commitd1528c7c8c8bf37c471f399658881efea35b9741 (patch)
treec4ed7becbe129483ba3c857c0c19921bde3a4932 /assembly
parent3dc379ce5aa51cc9c41f590d79c350b5dea33fc3 (diff)
downloadspark-d1528c7c8c8bf37c471f399658881efea35b9741.tar.gz
spark-d1528c7c8c8bf37c471f399658881efea35b9741.tar.bz2
spark-d1528c7c8c8bf37c471f399658881efea35b9741.zip
Fix pom for yarn code reorgnaize commit
Diffstat (limited to 'assembly')
-rw-r--r--assembly/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/assembly/pom.xml b/assembly/pom.xml
index fc2adc1fbb..7a719ad0d8 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -134,6 +134,16 @@
</dependencies>
</profile>
<profile>
+ <id>new-yarn</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.spark</groupId>
+ <artifactId>spark-yarn_${scala.binary.version}</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
<id>bigtop-dist</id>
<!-- This profile uses the assembly plugin to create a special "dist" package for BigTop
that contains Spark but not the Hadoop JARs it depends on. -->