You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Yang Wang (Jira)" <ji...@apache.org> on 2021/02/23 06:01:00 UTC

[jira] [Created] (FLINK-21445) Application mode does not set the configuration when building PackagedProgram

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)