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

Remove the optional host and webui-port in jobmanager.sh and use common args instead

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • Deployment / Scripts
    • None

    Description

      Currently, the jobmanager.sh only have two optional arguments, "host" and "webui-port". Actually, the "webui-port" could not work unless we also specify the "host".

       

      I suggest to remove the two optional arguments and use common args instead, just like standalone-job.sh. After then we could support more options, for example, "-host host1", "-webui-port 8081", "-Dxx=yy". It is more flexible and easier to use.

       

      Before:

      Usage: jobmanager.sh ((start|start-foreground) [host] [webui-port])|stop|stop-all
      

      After:

      Usage: jobmanager.sh ((start|start-foreground) [args])|stop|stop-all
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              wangyang0918 Yang Wang
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: