Use Spark 1.0.0

Create Spark images containing Spark 1.0.0 by default.

Change-Id: I13a3b35dc858c265553af3cf325d04f80f019ff2
This commit is contained in:
Daniele Venzano 2014-06-05 17:09:17 +02:00
parent 33d0ddd16d
commit 180f582b5e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ if [ -z "$SPARK_DOWNLOAD_URL" ]; then
if [ -z "$DIB_SPARK_VERSION" ]; then
case "$DIB_HADOOP_VERSION" in
CDH4)
DIB_SPARK_VERSION=0.9.1
DIB_SPARK_VERSION=1.0.0
SPARK_HADOOP_DL=cdh4
;;
*)