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)