[
https://issues.apache.org/jira/browse/FLINK-11255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17321542#comment-17321542
]
Flink Jira Bot commented on FLINK-11255:
----------------------------------------
This issue and all of its Sub-Tasks have not been updated for 180 days. So, it
has been labeled "stale-minor". If you are still affected by this bug or are
still interested in this issue, please give an update and remove the label. In
7 days the issue will be closed automatically.
> 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: API / DataStream
> Affects Versions: 1.7.0
> Reporter: Benjamin Lee
> Priority: Minor
> Labels: stale-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
(v8.3.4#803005)