TisonKun commented on a change in pull request #10104: [FLINK-14629][client] 
Refactor ScalaShellRemote(Stream)Environment to simplify inheritance
URL: https://github.com/apache/flink/pull/10104#discussion_r344982933
 
 

 ##########
 File path: 
flink-clients/src/main/java/org/apache/flink/client/program/ContextEnvironment.java
 ##########
 @@ -84,7 +84,7 @@ public JobExecutionResult execute(String jobName) throws 
Exception {
                                client.getFlinkConfiguration(),
                                getParallelism());
 
-               ClientUtils.addJarFiles(jobGraph, this.jarFilesToAttach);
+               
org.apache.flink.runtime.client.ClientUtils.addJarFiles(jobGraph, 
this.jarFilesToAttach);
 
 Review comment:
   Reverted.
   
   BTW, in my opinion `submitJob`/`submitJobAndWaitForResult`/`executeProgram` 
are temporary batched utilities which can be reduced once Executor refactor 
ready.

----------------------------------------------------------------
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