zwangsheng commented on a change in pull request #32708:
URL: https://github.com/apache/spark/pull/32708#discussion_r642291731
##########
File path:
resource-managers/kubernetes/docker/src/main/dockerfiles/spark/entrypoint.sh
##########
@@ -67,6 +67,14 @@ elif ! [ -z ${SPARK_HOME+x} ]; then
SPARK_CLASSPATH="$SPARK_HOME/conf:$SPARK_CLASSPATH";
fi
+# when user want to formulate the IP they need, they can use this conf to post
host
+if ! [ -z "${SPARK_EXECUTOR_POD_IP_OVERWRITE}" ]; then
Review comment:
it is a executor pod env, maybe we should describe it alone like
ENV_DRIVER_URL?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]