Skip to content

Commit

Permalink
Bump the default version to 0.9.4
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Spörri <psp@zurich.ibm.com>
  • Loading branch information
pspoerri committed Sep 14, 2023
1 parent ad36de6 commit 3be4670
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/config_3.3.2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export SPARK_HOME="/home/${USER}/software/spark-3.3.2-bin-hadoop3"
## Build Configuration for the Spark Docker container
# Determine using https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.12/3.3.2
export SPARK_VERSION=3.3.2
export S3_SHUFFLE_VERSION=0.9.3
export S3_SHUFFLE_VERSION=0.9.4
export HADOOP_VERSION=3.3.2
export AWS_SDK_VERSION=1.11.1026

Expand Down
2 changes: 1 addition & 1 deletion examples/sql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN cd /spark-s3-shuffle \
FROM docker.io/apache/spark-py:v${SPARK_VERSION}

ARG SPARK_VERSION
ARG S3_SHUFFLE_VERSION=0.9.3
ARG S3_SHUFFLE_VERSION=0.9.4
ARG HADOOP_VERSION=3.3.2
ARG AWS_SDK_VERSION=1.11.1026

Expand Down
2 changes: 1 addition & 1 deletion examples/terasort/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN cd /spark-s3-shuffle \
FROM docker.io/apache/spark-py:v${SPARK_VERSION}

ARG SPARK_VERSION
ARG S3_SHUFFLE_VERSION=0.9.3
ARG S3_SHUFFLE_VERSION=0.9.4
ARG HADOOP_VERSION=3.3.2
ARG AWS_SDK_VERSION=1.11.1026

Expand Down

0 comments on commit 3be4670

Please sign in to comment.