Skip to content
Snippets Groups Projects
Commit 5b85c715 authored by Mridul Muralidharan's avatar Mridul Muralidharan
Browse files

Revert back to 2.0.2-alpha : 0.23.7 has protocol changes which break against cloudera

parent 8faf5c51
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -20,7 +20,8 @@ object SparkBuild extends Build {
//val HADOOP_YARN = false
// For Hadoop 2 YARN support
val HADOOP_VERSION = "0.23.7"
// val HADOOP_VERSION = "0.23.7"
val HADOOP_VERSION = "2.0.2-alpha"
val HADOOP_MAJOR_VERSION = "2"
val HADOOP_YARN = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment