Skip to content

Commit 70a7cb8

Browse files
authored
Merge pull request #1241 from miramar-labs/update-pyspark-notebook
update pyspark-notebook
2 parents c3d5df6 + ffea0d5 commit 70a7cb8

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.0.1"
16+
ARG spark_version="3.0.2"
1717
ARG hadoop_version="3.2"
18-
ARG spark_checksum="E8B47C5B658E0FBC1E57EEA06262649D8418AE2B2765E44DA53AAF50094877D17297CC5F0B9B35DF2CEEF830F19AA31D7E56EAD950BBE7F8830D6874F88CFC3C"
18+
ARG spark_checksum="0E35D769AF1D94484AFAB95E2759FBD34E692AA2A6DB2FEFB0EE654BE9DDA1F01C96412F03B5E6AE4BDBA69DC622DD12CAC95002BEAB24096FD315EEF2A5F245"
1919
ARG openjdk_version="11"
2020

2121
ENV APACHE_SPARK_VERSION="${spark_version}" \

0 commit comments

Comments
 (0)