TisonKun commented on a change in pull request #6745: [FLINK-10393] Remove
legacy entrypoints from start up scripts
URL: https://github.com/apache/flink/pull/6745#discussion_r219876991
##########
File path: flink-dist/src/main/flink-bin/bin/jobmanager.sh
##########
@@ -34,11 +34,7 @@ bin=`cd "$bin"; pwd`
. "$bin"/config.sh
-JOBMANAGER_TYPE=jobmanager
-
-if [[ "${FLINK_MODE}" == "new" ]]; then
- JOBMANAGER_TYPE=standalonesession
-fi
+ENTRYPOINT=standalonesession
Review comment:
nice change
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services