You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Matt Wang (Jira)" <ji...@apache.org> on 2020/07/28 12:26:00 UTC

[jira] [Created] (FLINK-18742) Configuration args do not take effect at client

Matt Wang created FLINK-18742:
---------------------------------

             Summary: Configuration args do not take effect at client
                 Key: FLINK-18742
                 URL: https://issues.apache.org/jira/browse/FLINK-18742
             Project: Flink
          Issue Type: Improvement
          Components: Command Line Client
    Affects Versions: 1.11.1
            Reporter: Matt Wang


The configuration args from command line will not work at client, for example, the job sets the `classloader.resolve-order` to `parent-first`, it can work at TaskManager, but Client doesn't.

The `FlinkUserCodeClassLoaders` will be created before calling the method of `getEffectiveConfiguration()` at `org.apache.flink.client.cli.CliFrontend`, so the `Configuration` used by `PackagedProgram` does not include Configuration args.



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