liupc commented on a change in pull request #9683: [FLINK-14037]Use same 
userCodeClassLoader as jobManager in jobClient to fix input/…
URL: https://github.com/apache/flink/pull/9683#discussion_r324954953
 
 

 ##########
 File path: 
flink-clients/src/main/java/org/apache/flink/client/program/JobWithJars.java
 ##########
 @@ -131,14 +133,22 @@ public static void checkJarFile(URL jar) throws 
IOException {
                }
        }
 
-       public static ClassLoader buildUserCodeClassLoader(List<URL> jars, 
List<URL> classpaths, ClassLoader parent) {
+       public static ClassLoader buildUserCodeClassLoader(
+               List<URL> jars, List<URL> classpaths, ClassLoader parent, 
Configuration conf) {
 
 Review comment:
   Done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to