Yang Wang created FLINK-21445: --------------------------------- Summary: Application mode does not set the configuration when building PackagedProgram Key: FLINK-21445 URL: https://issues.apache.org/jira/browse/FLINK-21445 Project: Flink Issue Type: Bug Components: Deployment / Kubernetes, Deployment / Scripts, Deployment / YARN Affects Versions: 1.12.1, 1.11.3, 1.13.0 Reporter: Yang Wang
Application mode uses {{ClassPathPackagedProgramRetriever}} to create the {{PackagedProgram}}. However, it does not set the configuration. This will cause some client configurations not take effect. For example, {{classloader.resolve-order}}. I think we just forget to do this since we have done the similar thing in {{CliFrontend}}. -- This message was sent by Atlassian Jira (v8.3.4#803005)