aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMridul Muralidharan <mridul@gmail.com>2013-04-24 02:31:57 +0530
committerMridul Muralidharan <mridul@gmail.com>2013-04-24 02:31:57 +0530
commit8faf5c51c3ea0b3ad83418552b50db596fefc558 (patch)
tree601250c385684ab233320550ba2883b7a6e9bbda /pom.xml
parentb11058f42c1c9c66ea94d3732c2efbdb57cb42b6 (diff)
downloadspark-8faf5c51c3ea0b3ad83418552b50db596fefc558.tar.gz
spark-8faf5c51c3ea0b3ad83418552b50db596fefc558.tar.bz2
spark-8faf5c51c3ea0b3ad83418552b50db596fefc558.zip
Patch from Thomas Graves to improve the YARN Client, and move to more production ready hadoop yarn branch
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ecbfaf9b47..0e95520d50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -564,7 +564,9 @@
<id>hadoop2-yarn</id>
<properties>
<hadoop.major.version>2</hadoop.major.version>
- <yarn.version>2.0.2-alpha</yarn.version>
+ <!-- 0.23.* is same as 2.0.* - except hardened to run production jobs -->
+ <yarn.version>0.23.7</yarn.version>
+ <!-- <yarn.version>2.0.2-alpha</yarn.version> -->
</properties>
<repositories>
@@ -599,6 +601,11 @@
<artifactId>hadoop-yarn-common</artifactId>
<version>${yarn.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-yarn-client</artifactId>
+ <version>${yarn.version}</version>
+ </dependency>
<!-- Specify Avro version because Kafka also has it as a dependency -->
<dependency>
<groupId>org.apache.avro</groupId>