From 9ed074d9426db50841dc6496b9923b73eaefd6ac Mon Sep 17 00:00:00 2001 From: Michael L Heuer Date: Mon, 22 Apr 2019 15:26:36 -0500 Subject: [PATCH] Update Spark version to 2.3.3 for Jenkins test. --- scripts/jenkins-test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/jenkins-test b/scripts/jenkins-test index db301b4908..1c49fe55aa 100755 --- a/scripts/jenkins-test +++ b/scripts/jenkins-test @@ -39,7 +39,7 @@ fi set -e -if [ ${SPARK_VERSION} == 2.3.2 ]; +if [ ${SPARK_VERSION} == 2.3.3 ]; then # shouldn't be able to move to spark 2 twice set +e @@ -132,7 +132,7 @@ fi # run integration tests # prebuilt spark distributions are scala 2.11 for spark 2.x -if [[ ( ${SPARK_VERSION} == 2.3.2 && ${SCALAVER} == 2.11 ) ]]; +if [[ ( ${SPARK_VERSION} == 2.3.3 && ${SCALAVER} == 2.11 ) ]]; then # make a temp directory @@ -204,7 +204,7 @@ then popd # we only support SparkR on Spark 2.x - if [ ${SPARK_VERSION} == 2.3.2 ]; + if [ ${SPARK_VERSION} == 2.3.3 ]; then # make a directory to install SparkR into, and set the R user libs path