Skip to content
Snippets Groups Projects
Commit af602ba9 authored by Reynold Xin's avatar Reynold Xin
Browse files

Downgraded default build hadoop version to 1.0.4.

parent 2905611c
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@
<akka.version>2.0.3</akka.version>
<slf4j.version>1.7.2</slf4j.version>
<log4j.version>1.2.17</log4j.version>
<hadoop.version>1.2.1</hadoop.version>
<hadoop.version>1.0.4</hadoop.version>
<!-- <hadoop.version>2.0.0-mr1-cdh4.1.2</hadoop.version> -->
<PermGen>64m</PermGen>
......
......@@ -28,7 +28,7 @@ object SparkBuild extends Build {
// "1.0.4" for Apache releases, or "0.20.2-cdh3u5" for Cloudera Hadoop.
// Note that these variables can be set through the environment variables
// SPARK_HADOOP_VERSION and SPARK_WITH_YARN.
val DEFAULT_HADOOP_VERSION = "1.2.1"
val DEFAULT_HADOOP_VERSION = "1.0.4"
val DEFAULT_WITH_YARN = false
// HBase version; set as appropriate.
......
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