[
https://issues.apache.org/jira/browse/FLINK-14854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16977298#comment-16977298
]
Zili Chen edited comment on FLINK-14854 at 11/19/19 9:27 AM:
-------------------------------------------------------------
my plan to expose job client from job submission is replacing the return value
of {{ClusterClient#submitJob}} from {{CompletableFuture<JobSubmissionResult>}}
to {{CompletableFuture<JobClient>}}. Actually I did it as part of FLINK-14762.
Then either {{Executor}} or {{Environment}} s can make use of this method to
get a JobClient to do what they want to do.
was (Author: tison):
my plan to expose job client from job submission is replacing the return value
of {{ClusterClient#submitJob}} from {{CompletableFuture<JobSubmissionResult>}}
to {{CompletableFuture<JobClient>}}. Actually I did it as part of FLINK-14762.
Then either {{Executor}} or {{Environment}} s can make use of this interface to
get a JobClient to do what they want to do,
> Add executeAsync() method to environments
> -----------------------------------------
>
> Key: FLINK-14854
> URL: https://issues.apache.org/jira/browse/FLINK-14854
> Project: Flink
> Issue Type: Sub-task
> Components: API / DataSet, API / DataStream
> Reporter: Aljoscha Krettek
> Assignee: Zili Chen
> Priority: Major
>
> The new {{executeAsync()}} method should return a {{JobClient}}. This exposes
> the new executor/job client work on the user API.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)