Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion getting-started/spark/notebooks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.
#

FROM docker.io/apache/spark:3.5.6-java17
FROM docker.io/apache/spark:4.1.0-java17

ENV PYSPARK_PYTHON=/home/spark/venv/bin/python \
PYTHONPATH="${SPARK_HOME}/python/:${SPARK_HOME}/python/lib/py4j-0.10.9.7-src.zip:/home/spark/venv/lib/python3.10/site-packages"
Expand Down
2 changes: 1 addition & 1 deletion plugins/spark/v3.5/getting-started/notebooks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.
#

FROM docker.io/apache/spark:3.5.6-java17
FROM docker.io/apache/spark:4.1.0-java17

ENV PYSPARK_PYTHON=/home/spark/venv/bin/python \
PYTHONPATH="${SPARK_HOME}/python/:${SPARK_HOME}/python/lib/py4j-0.10.9.7-src.zip:/home/spark/venv/lib/python3.10/site-packages"
Expand Down
2 changes: 1 addition & 1 deletion plugins/spark/v3.5/regtests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.
#

FROM docker.io/apache/spark:3.5.6-java17
FROM docker.io/apache/spark:4.1.0-java17

ARG POLARIS_HOST=polaris \
CURRENT_SCALA_VERSION=2.12
Expand Down
Loading