[ 
https://issues.apache.org/jira/browse/FLINK-14130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16939842#comment-16939842
 ] 

Zili Chen commented on FLINK-14130:
-----------------------------------

Base on FLINK-14263 it is obviously how we can exclude {{#run}} s from 
{{ClusterClient}}. I will assign the issue to me and submit a pull request. 
Feel free to review it and see if it fits the idea in your minds.

I'm also glad to collaborate with your implementation if there is one.

> Remove ClusterClient.run() methods
> ----------------------------------
>
>                 Key: FLINK-14130
>                 URL: https://issues.apache.org/jira/browse/FLINK-14130
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Client / Job Submission
>            Reporter: Aljoscha Krettek
>            Priority: Major
>
> {{ClusterClient}} is anĀ internal interface of the {{flink-clients}} package. 
> It should only be concerned with submitting {{JobGraphs}} to a cluster, which 
> is what {{submitJob()}} does. 
> The {{run()}} methods are concerned with unpacking programs or job-with-jars 
> and at the end use {{submitJob()}} in some way, they should reside in some 
> other component. The only valid remaining run method is {{run(PackagedProgram 
> prog, int parallelism)}}, this could be in {{PackagedProgramUtils}}. The 
> other {{run()}} methods are actually only used in one test: 
> {{ClientTest.shouldSubmitToJobClient()}}. I don't think that test is valid 
> anymore, it evolved for a very long time and now doesn't test what it was 
> supposed to test once.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to