Skip to content

Commit f80e8dd

Browse files
committed
feature: adding the spark shell image
1 parent 5489964 commit f80e8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark-shell/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:22.04
22
# Set Spark and Hadoop versions
3-
ENV SPARK_VERSION=3.5.0
3+
ENV SPARK_VERSION=3.5.7
44
ENV HADOOP_VERSION=3
55
# Install dependencies
66
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)