TisonKun commented on a change in pull request #9921: [FLINK-14130][client] 
Remove ClusterClient.run() methods
URL: https://github.com/apache/flink/pull/9921#discussion_r335901911
 
 

 ##########
 File path: flink-clients/src/main/java/org/apache/flink/client/ClientUtils.java
 ##########
 @@ -80,4 +93,43 @@ public static ClassLoader 
buildUserCodeClassLoader(List<URL> jars, List<URL> cla
                }
                return FlinkUserCodeClassLoaders.parentFirst(urls, parent);
        }
+
+       public static JobSubmissionResult executeProgram(
 
 Review comment:
   to exclude detach configuration from ClusterClient, it would be later 
temporary move as a parameter of this method. This method is a temporary 
workaround to finish the job done by `ContextEnvironment`. I think FLIP-73 
would properly handle it.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to