Skip to content

Commit

Permalink
Update Spark version to 2.3.3 for Jenkins test.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Apr 22, 2019
1 parent 323041d commit 9ed074d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/jenkins-test
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9ed074d

Please sign in to comment.