Skip to content
Snippets Groups Projects
Commit 64b52166 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Changed default Hadoop version back to 0.20.205

parent 4be12d97
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ import com.jsuereth.pgp.sbtplugin.PgpKeys._
object SparkBuild extends Build {
// Hadoop version to build against. For example, "0.20.2", "0.20.205.0", or
// "1.0.3" for Apache releases, or "0.20.2-cdh3u5" for Cloudera Hadoop.
val HADOOP_VERSION = "1.0.3"
val HADOOP_VERSION = "0.20.205.0"
lazy val root = Project("root", file("."), settings = rootSettings) aggregate(core, repl, examples, bagel)
......
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