Yikun commented on code in PR #52:
URL: https://github.com/apache/spark-docker/pull/52#discussion_r1358343497
##########
3.4.1/scala2.12-java11-ubuntu/entrypoint.sh:
##########
@@ -77,6 +77,9 @@ elif ! [ -z "${SPARK_HOME+x}" ]; then
SPARK_CLASSPATH="$SPARK_HOME/conf:$SPARK_CLASSPATH";
fi
+# SPARK-43540: add current working directory into executor classpath
Review Comment:
This is 3.5.x series, we might create a `entrypoint.sh.3.4.template`,
`Dockerfile.3.4.template` and we also need to
[change](https://github.com/apache/spark-docker/blob/master/add-dockerfiles.sh#L53)
the `add-dockerfiles.sh`.
For 3.x version, if `3.x` templates exists, use 3.x template, otherwise use
the master entrypoint and Dockerfile directly.
It can be a separate PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]