Skip to content

Commit 3b5b735

Browse files
author
Darek
committed
Upgrading spark_version->3.1.2
1 parent 95da54e commit 3b5b735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyspark-notebook/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ USER root
1313
# Spark dependencies
1414
# Default values can be overridden at build time
1515
# (ARGS are in lower case to distinguish them from ENV)
16-
ARG spark_version="3.1.1"
16+
ARG spark_version="3.1.2"
1717
ARG hadoop_version="3.2"
18-
ARG spark_checksum="E90B31E58F6D95A42900BA4D288261D71F6C19FA39C1CB71862B792D1B5564941A320227F6AB0E09D946F16B8C1969ED2DEA2A369EC8F9D2D7099189234DE1BE"
18+
ARG spark_checksum="2385CB772F21B014CE2ABD6B8F5E815721580D6E8BC42A26D70BBCDDA8D303D886A6F12B36D40F6971B5547B70FAE62B5A96146F0421CB93D4E51491308EF5D5"
1919
ARG openjdk_version="11"
2020

2121
ENV APACHE_SPARK_VERSION="${spark_version}" \

0 commit comments

Comments
 (0)