aboutsummaryrefslogtreecommitdiff
path: root/assembly
diff options
context:
space:
mode:
authorRaymond Liu <raymond.liu@intel.com>2013-12-23 16:17:40 +0800
committerRaymond Liu <raymond.liu@intel.com>2014-01-03 12:14:38 +0800
commit7c96faee747e90c1bb5210de01e425fef25cd4f3 (patch)
tree66f2c8e3fc31b05fc7f4e5834f0759886a439864 /assembly
parentd1a6f7aabc739e275ed1e39a8db522ef9f3161da (diff)
downloadspark-7c96faee747e90c1bb5210de01e425fef25cd4f3.tar.gz
spark-7c96faee747e90c1bb5210de01e425fef25cd4f3.tar.bz2
spark-7c96faee747e90c1bb5210de01e425fef25cd4f3.zip
Fix pom for build yarn/2.x with yarn/common into one jar
Diffstat (limited to 'assembly')
-rw-r--r--assembly/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/assembly/pom.xml b/assembly/pom.xml
index bd3420deb9..bd94834415 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -128,7 +128,7 @@
<dependencies>
<dependency>
<groupId>org.apache.spark</groupId>
- <artifactId>spark-yarn_${scala.binary.version}</artifactId>
+ <artifactId>spark-yarn-2.0_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
@@ -138,7 +138,7 @@
<dependencies>
<dependency>
<groupId>org.apache.spark</groupId>
- <artifactId>spark-yarn_${scala.binary.version}</artifactId>
+ <artifactId>spark-yarn-2.2_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>