Skip to content

Commit

Permalink
update jenkins script
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Oct 20, 2020
1 parent 2c8931f commit 1fc0ff8
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 @@ -56,7 +56,7 @@ then
fi

# move to Spark 2.x if requested
if [ ${SPARK_VERSION} == 2.4.6 ];
if [ ${SPARK_VERSION} == 2.4.7 ];
then
set +e
./scripts/move_to_spark_2.sh
Expand Down Expand Up @@ -160,7 +160,7 @@ SPARK=spark-${SPARK_VERSION}
# download prepackaged spark assembly

# Spark 2.4.3+ and less than 3.0.0 needs special case for Scala 2.12
if [ ${SCALA_VERSION} == 2.12 ] && [ ${SPARK_VERSION} == 2.4.6 ]
if [ ${SCALA_VERSION} == 2.12 ] && [ ${SPARK_VERSION} == 2.4.7 ]
then
curl \
-L "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=spark/${SPARK}/${SPARK}-bin-without-hadoop-scala-2.12.tgz" \
Expand Down Expand Up @@ -322,7 +322,7 @@ then
set -e
fi
# move back to Spark 3.x as default
if [ ${SPARK_VERSION} == 2.4.6 ];
if [ ${SPARK_VERSION} == 2.4.7 ];
then
set +e
./scripts/move_to_spark_3.sh
Expand Down

0 comments on commit 1fc0ff8

Please sign in to comment.