Details
-
Improvement
-
Status: Closed
-
Not a Priority
-
Resolution: Won't Fix
-
1.9.0
-
None
Description
The usage description for jobmanager.sh is as follows:
Usage: jobmanager.sh ((start|start-foreground) [host] [webui-port])|stop|stop-all
It shows both host and webui-port as separate optional arguments, however we hard-code the positions of these parameters:
STARTSTOP=$1 HOST=$2 # optional when starting multiple instances WEBUIPORT=$3 # optional when starting multiple instances
As such you cannot set the webui.port without also setting some dummy host argument.
I'm wondering whether we could not remove these in favor of dynamic properties.
Attachments
Issue Links
- duplicates
-
FLINK-21619 Remove the optional host and webui-port in jobmanager.sh and use common args instead
- Closed
- is superceded by
-
FLINK-28735 Deprecate host/web-ui-port parameter of jobmanager.sh
- Closed