Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion utilities/Spark_UI/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN dnf --setopt=install_weak_deps=False install -y java-17-amazon-corretto mave
WORKDIR /tmp/
ADD pom.xml /tmp

ARG SPARK_VERSION=3.5.2
ARG SPARK_VERSION=3.5.7
RUN curl -o ./spark-${SPARK_VERSION}-bin-without-hadoop.tgz https://archive.apache.org/dist/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-without-hadoop.tgz
RUN tar -xzf spark-${SPARK_VERSION}-bin-without-hadoop.tgz && \
mv spark-${SPARK_VERSION}-bin-without-hadoop /opt/spark && \
Expand Down