Fix Spark version number
Spark version must be 1.6.0 instead of 1.6 Change-Id: I49353866e7972beb826494c20751825caa778fc4
This commit is contained in:
parent
fb7723ff1f
commit
0d3b5408de
@ -86,7 +86,7 @@ case $plugin in
|
||||
;;
|
||||
|
||||
spark_1.6.0)
|
||||
env ubuntu_spark_image_name=${spark_1_6_0_image} SIM_REPO_PATH=$WORKSPACE tox -e venv -- sahara-image-create -p spark -s 1.6
|
||||
env ubuntu_spark_image_name=${spark_1_6_0_image} SIM_REPO_PATH=$WORKSPACE tox -e venv -- sahara-image-create -p spark -s 1.6.0
|
||||
check_error_code $? ${spark_1_6_0_image}.qcow2
|
||||
upload_image "${plugin}" "${username}" ${spark_1_6_0_image}
|
||||
scenario_conf_file="$sahara_templates_path/spark-1.6.0.yaml.mako"
|
||||
|
Loading…
x
Reference in New Issue
Block a user