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

"--host" option could not take effect for standalone application cluster

    XMLWordPrintableJSON

Details

    Description

      When we use the following command to start a Flink application cluster, the specified hostname could not take effect. The root cause is HOST_OPTION is not added to options in StandaloneApplicationClusterConfigurationParserFactory. It will be a critical issue when we deploy Flink on container environment. Because users usually want to specify a given hostname.

       

      ./bin/standalone-job.sh start --host external-hostname --job-classname org.apache.flink.streaming.examples.join.WindowJoin
      

       

      For the old StandaloneJobClusterConfigurationParserFactory, it has the same issue.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: