[
https://issues.apache.org/jira/browse/FLINK-17394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17093237#comment-17093237
]
Kostas Kloudas commented on FLINK-17394:
----------------------------------------
I agree with [~aljoscha].
The whole reason why we added the executors in the last release, is to decouple
the execution target (cluster, local, etc) from the execution environment
itself (creating JobGraph, handling configuration etc). In essence, if we did
not care about backwards compatibility in the DataSet/DataStream , we could now
have only the (Stream)ExecutionEnvironment and the different executors.
Given the above, and that Python is a new API that is not bound to backwards
compatibility constraints, there is not need to add these environments.
> Add RemoteEnvironment and RemoteStreamEnvironment in Python
> -----------------------------------------------------------
>
> Key: FLINK-17394
> URL: https://issues.apache.org/jira/browse/FLINK-17394
> Project: Flink
> Issue Type: Improvement
> Components: API / Python
> Reporter: Huang Xingbo
> Priority: Major
> Fix For: 1.11.0
>
>
> Add RemoteEnvironment and RemoteStreamEnvironment in Python
--
This message was sent by Atlassian Jira
(v8.3.4#803005)