Dawid Wysakowicz created FLINK-15096: ----------------------------------------
Summary: Do not use GlobalJobParameters to pass system configuration Key: FLINK-15096 URL: https://issues.apache.org/jira/browse/FLINK-15096 Project: Flink Issue Type: Bug Components: API / Python Affects Versions: 1.10.0 Reporter: Dawid Wysakowicz Fix For: 1.10.0 GlobalJobParameters is a user only configuration that should not be used to ship system specific settings. Right now python uses it to ship information about custom archives, files, executables etc. A solution would be to pass required configuration when instantiating the operators. -- This message was sent by Atlassian Jira (v8.3.4#803005)