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

Jeff Zhang commented on FLINK-11255:
------------------------------------

[~btleedev] Thanks for reporting this issue, community has some discussion on 
the flink client api enhancement recently. The detached execution mode is also 
covered. Welcome to discuss in this mail thread. 

 

[http://mail-archives.apache.org/mod_mbox/flink-dev/201812.mbox/%3ccaady7x5xym5qdb_tymz0c-aj9tv+93ebyhnjfj_-5fdmdqz...@mail.gmail.com%3E]

 

> RemoteStreamEnvironment should be able to execute in detached mode
> ------------------------------------------------------------------
>
>                 Key: FLINK-11255
>                 URL: https://issues.apache.org/jira/browse/FLINK-11255
>             Project: Flink
>          Issue Type: Improvement
>          Components: Streaming
>    Affects Versions: 1.7.0
>            Reporter: Benjamin Lee
>            Priority: Minor
>
> h1. Overview
> Currently RemoteStreamEnvironment is not capable of submitting a job via 
> detached mode. 
> h1. Proposed Changes
>  * Modify the signature of 
> {code:java}
> StreamExecutionEnvironment#createRemoteEnvironment(...) : 
> StreamExecutionEnvironment{code}
> to
> {code:java}
> StreamExecutionEnvironment#createRemoteEnvironment(...) : 
> RemoteStreamEnvironment{code}
>  * Add an public overloaded _execute_ method in _RemoteStreamEnvironment_ 
> that allows detached executions.
> There was a related Jira FLINK-6224 opened a while ago, but I don't think it 
> makes sense to change the abstract class _StreamExecutionEnvironment_ since 
> detached submission only applies to _RemoteStreamEnvironment_?
>  



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

Reply via email to