We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d51f52 commit 34c7c68Copy full SHA for 34c7c68
docker/apachespark/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM apache/spark:3.5.5-python3
+FROM apache/spark:4.0.0-python3
2
3
COPY ./long_running.py /opt/spark/examples/src/main/python/long_running.py
4
CMD [ "/opt/spark/bin/spark-submit", "/opt/spark/examples/src/main/python/long_running.py" ]
0 commit comments