aboutsummaryrefslogtreecommitdiff
path: root/yarn
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-09-13 14:06:45 -0700
committerPatrick Wendell <pwendell@gmail.com>2013-09-13 15:34:57 -0700
commite9eba8c3ce320364f20dbbb19e42df07f936214f (patch)
tree40aaefaf926dd4355073bc0a436eab9c420f616c /yarn
parent45ec1cc90e25a82ffab587feeb419132efd1b9a1 (diff)
downloadspark-e9eba8c3ce320364f20dbbb19e42df07f936214f.tar.gz
spark-e9eba8c3ce320364f20dbbb19e42df07f936214f.tar.bz2
spark-e9eba8c3ce320364f20dbbb19e42df07f936214f.zip
Use different Hadoop version for YARN artifacts.
This uses a seperate Hadoop version for YARN artifact. This means when people link against spark-yarn, things will resolve correctly.
Diffstat (limited to 'yarn')
-rw-r--r--yarn/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/yarn/pom.xml b/yarn/pom.xml
index 27b2002095..21b650d1ea 100644
--- a/yarn/pom.xml
+++ b/yarn/pom.xml
@@ -49,6 +49,11 @@
<artifactId>hadoop-yarn-client</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-client</artifactId>
+ <version>${yarn.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
</dependency>