Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-21038

jobmanager.sh may misinterpret webui-port argument

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              Unassigned Unassigned
              chesnay Chesnay Schepler
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: