Skip to content

Commit

Permalink
Merge pull request redpanda-data#24835 from ztlpn/bump-spark-version
Browse files Browse the repository at this point in the history
ducktape: bump spark version
  • Loading branch information
mmaslankaprv authored Jan 16, 2025
2 parents a6c2464 + 3f91443 commit d9e4234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/docker/ducktape-deps/spark
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ set -e

mkdir /opt/spark

SPARK_VERSION=3.5.3
SPARK_VERSION=3.5.4
SPARK_FILE=spark-$SPARK_VERSION-bin-hadoop3.tgz
SPARK_URL=https://dlcdn.apache.org/spark/spark-$SPARK_VERSION/spark-$SPARK_VERSION-bin-hadoop3.tgz
SPARK_URL=https://archive.apache.org/dist/spark/spark-$SPARK_VERSION/spark-$SPARK_VERSION-bin-hadoop3.tgz

wget ${SPARK_URL}
tar xvf ${SPARK_FILE} -C /opt/spark --strip-components 1
Expand Down

0 comments on commit d9e4234

Please sign in to comment.