Skip to content

Commit ea0c67a

Browse files
committed
Release 0.10.0 [WIP]
1 parent e0a0a37 commit ea0c67a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • emulation-system/base_images/docker_files/spark_base/docker

emulation-system/base_images/docker_files/spark_base/docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ FROM kimham/csle_ubuntu_22_base:0.10.0
33
USER root
44

55
# Spark
6-
RUN wget https://dlcdn.apache.org/spark/spark-3.5.7/spark-3.5.7-bin-hadoop3.tgz &&\
7-
tar -zxvf spark-3.5.7-bin-hadoop3.tgz
6+
RUN wget https://dlcdn.apache.org/spark/spark-4.1.2/spark-4.1.2-bin-hadoop3.tgz &&\
7+
tar -zxvf spark-4.1.2-bin-hadoop3.tgz
88

9-
ENV SPARK_HOME=/spark-3.5.7-bin-hadoop3
9+
ENV SPARK_HOME=/spark-4.1.2-bin-hadoop3
1010
ENV PYSPARK_PYHON=root/miniconda3/bin/python
1111
ENV SPARK_LOCAL_HOSTNAME=localhost

0 commit comments

Comments
 (0)