You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2018/01/02 09:02:00 UTC

[jira] [Created] (FLINK-8340) Do not pass Configuration and configuration directory to CustomCommandLine methods

Till Rohrmann created FLINK-8340:
------------------------------------

             Summary: Do not pass Configuration and configuration directory to CustomCommandLine methods
                 Key: FLINK-8340
                 URL: https://issues.apache.org/jira/browse/FLINK-8340
             Project: Flink
          Issue Type: Sub-task
          Components: Client
    Affects Versions: 1.5.0
            Reporter: Till Rohrmann
            Assignee: Till Rohrmann
             Fix For: 1.5.0


Currently, all methods in {{CustomCommandLine}} need a {{Configuration}} and sometimes the configuration directory. Since these values should not change over the lifetime of the {{CustomCommandLine}} we should pass them as a constructor argument instead of a method argument.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)