Skip to content

Commit 57e3983

Browse files
committed
Upgraded Spark to 3.5.4 version to prevent 404 error during image building
1 parent 5502f9e commit 57e3983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ENV PATH=$HADOOP_HOME/bin:$HADOOP_HOME/sbin:$PATH
4444
RUN mkdir -p ${HADOOP_VERSION}/logs
4545

4646
# Install Spark
47-
ENV SPARK_VERSION=3.5.2
47+
ENV SPARK_VERSION=3.5.4
4848
RUN wget https://dlcdn.apache.org/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-hadoop3.tgz \
4949
&& tar -xzf spark-${SPARK_VERSION}-bin-hadoop3.tgz -C /opt/ \
5050
&& rm spark-${SPARK_VERSION}-bin-hadoop3.tgz

0 commit comments

Comments
 (0)