aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMridul Muralidharan <mridul@gmail.com>2013-04-24 02:57:51 +0530
committerMridul Muralidharan <mridul@gmail.com>2013-04-24 02:57:51 +0530
commit5b85c715c8e4241f5e07237ed62729f1a7a800a8 (patch)
tree5c2014c72c0d5fe5f10f9ecb0b15df20deede18e /pom.xml
parent8faf5c51c3ea0b3ad83418552b50db596fefc558 (diff)
downloadspark-5b85c715c8e4241f5e07237ed62729f1a7a800a8.tar.gz
spark-5b85c715c8e4241f5e07237ed62729f1a7a800a8.tar.bz2
spark-5b85c715c8e4241f5e07237ed62729f1a7a800a8.zip
Revert back to 2.0.2-alpha : 0.23.7 has protocol changes which break against cloudera
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 0e95520d50..12e310a038 100644
--- a/pom.xml
+++ b/pom.xml
@@ -565,8 +565,8 @@
<properties>
<hadoop.major.version>2</hadoop.major.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> -->
+ <!-- <yarn.version>0.23.7</yarn.version> -->
+ <yarn.version>2.0.2-alpha</yarn.version>
</properties>
<repositories>