[GitHub] [flink] wangyang0918 commented on pull request #14891: [FLINK-21289][deployment] FIX missing load pipeline.classpaths in app…

2021-02-17 Thread GitBox
wangyang0918 commented on pull request #14891: URL: https://github.com/apache/flink/pull/14891#issuecomment-781025442 @PChou Sorry for the late response. I think we could introduce the `setConfiguration` for `ClassPathPackagedProgramRetriever.Builder`. If you check the implementation of

[GitHub] [flink] wangyang0918 commented on pull request #14891: [FLINK-21289][deployment] FIX missing load pipeline.classpaths in app…

2021-02-08 Thread GitBox
wangyang0918 commented on pull request #14891: URL: https://github.com/apache/flink/pull/14891#issuecomment-775610643 @PChou What I mean is adding a private method `ClassPathPackagedProgramRetriever#buildUserClassPaths`. It will be used to initialize the `userClassPaths` variable in