You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Yang Wang (Jira)" <ji...@apache.org> on 2020/06/01 09:27:00 UTC

[jira] [Created] (FLINK-18048) "--host" option could not take effect for standalone application cluster

Yang Wang created FLINK-18048:
---------------------------------

             Summary: "--host" option could not take effect for standalone application cluster
                 Key: FLINK-18048
                 URL: https://issues.apache.org/jira/browse/FLINK-18048
             Project: Flink
          Issue Type: Bug
          Components: Deployment / Scripts
    Affects Versions: 1.11.0, 1.10.2
            Reporter: Yang Wang
             Fix For: 1.11.0, 1.10.2


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.

 
{code:java}
./bin/standalone-job.sh start --host external-hostname --job-classname org.apache.flink.streaming.examples.join.WindowJoin
{code}
 

For the old {{StandaloneJobClusterConfigurationParserFactory}}, it has the same issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)