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

Zili Chen commented on FLINK-14992:
-----------------------------------

[~aljoscha] [~kkl0u] [~zjffdu] I've submitted a pull request to this ticket 
https://github.com/apache/flink/pull/10408. Please help on reviewing. There is 
a design decision should be discussed on the pull request.

> Add job submission listener to execution environments
> -----------------------------------------------------
>
>                 Key: FLINK-14992
>                 URL: https://issues.apache.org/jira/browse/FLINK-14992
>             Project: Flink
>          Issue Type: Sub-task
>          Components: API / DataSet, API / DataStream
>            Reporter: Aljoscha Krettek
>            Assignee: Zili Chen
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.10.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> We should add a way of registering listeners that are notified when a job is 
> submitted for execution using an environment. This is useful for cases where 
> a framework, for example the Zeppelin Notebook, creates an environment for 
> the user, the user can submit jobs, but the framework needs a handle to the 
> job in order to manage it.
> This can be as simple as
> {code}
> interface JobSubmissionListener {
>     void notify(JobClient jobClient)
> }
> {code}
> with a method {{registerJobSubmissionListener(JobSubmissionListener)}} on the 
> environments.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to