[ 
https://issues.apache.org/jira/browse/FLINK-12596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeff Zhang updated FLINK-12596:
-------------------------------
    Description: 
In FlinkShell, we treat different kinds of cluster mode, and use scala pattern 
matter matching to handle that. 

This is not necessary and no readable. We can unify them into ClusterClient 
which support all the cluster modes 

 

[https://github.com/apache/flink/blob/master/flink-scala-shell/src/main/scala/org/apache/flink/api/scala/FlinkShell.scala#L143]

  was:
In FlinkShell, we treat different kinds of cluster mode, and use scala pattern 
matter matching to handle that. 

This is not necessary and no readable. We can unify them into ClusterClient 
which support all the cluster modes 


> Unify all kinds of cluster via ClusterClient in FlinkShell
> ----------------------------------------------------------
>
>                 Key: FLINK-12596
>                 URL: https://issues.apache.org/jira/browse/FLINK-12596
>             Project: Flink
>          Issue Type: Improvement
>          Components: Scala Shell
>    Affects Versions: 1.8.0
>            Reporter: Jeff Zhang
>            Assignee: Jeff Zhang
>            Priority: Major
>
> In FlinkShell, we treat different kinds of cluster mode, and use scala 
> pattern matter matching to handle that. 
> This is not necessary and no readable. We can unify them into ClusterClient 
> which support all the cluster modes 
>  
> [https://github.com/apache/flink/blob/master/flink-scala-shell/src/main/scala/org/apache/flink/api/scala/FlinkShell.scala#L143]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to