[
https://issues.apache.org/jira/browse/FLINK-15090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17077197#comment-17077197
]
Leonard Xu commented on FLINK-15090:
------------------------------------
This PR import a forward compatibility issue. Could we add some docs to record
this because it's really unobviously?
cc:[~tison] [~chesnay] [~aljoscha]
I got stuck when upgrade from 1.10 to master(for test purpose) and appear here
after looked up `DefaultExecutorServiceLoader` code and several pom files, it's
not easy to custom users at least for me :(.
> Reverse the dependency from flink-streaming-java to flink-client
> ----------------------------------------------------------------
>
> Key: FLINK-15090
> URL: https://issues.apache.org/jira/browse/FLINK-15090
> Project: Flink
> Issue Type: Improvement
> Components: API / DataStream, Build System, Client / Job Submission
> Reporter: Zili Chen
> Assignee: Zili Chen
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.11.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> After FLIP-73 the dependencies are minor. Tasks I can find are
> 1. Move {{StreamGraphTranslator}} to {{flink-client}}.
> 2. Implement similar context environment of streaming as batch env in
> {{flink-client}}. Set/Unset as context along with {{ExecutionEnvironment}}.
> After this task we still have dependency from {{flink-streaming-java}} to
> {{flink-java}} because of some input formats dependencies. We can break the
> dependencies as follow-ups.
> cc [~aljoscha]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)