You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2017/07/04 06:16:00 UTC

[jira] [Commented] (FLINK-7073) Create RESTful JobManager endpoint

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

Till Rohrmann commented on FLINK-7073:
--------------------------------------

It might also be possible to merge the {{JobManager}} REST endpoint with the {{WebRuntimeMonitor's}} REST calls to access the ExecutionGraph state. 

> Create RESTful JobManager endpoint
> ----------------------------------
>
>                 Key: FLINK-7073
>                 URL: https://issues.apache.org/jira/browse/FLINK-7073
>             Project: Flink
>          Issue Type: Sub-task
>          Components: JobManager
>            Reporter: Till Rohrmann
>              Labels: flip-6
>
> In order to communicate from the {{client}} with a running {{JobManager}} we have to provide a RESTful endpoint for job specific operations. These operations are:
> * Cancel job (PUT): Cancel the given job
> * Stop job (PUT): Stops the given job
> * Take savepoint (POST): Take savepoint for given job (How to return the savepoint under which the savepoint was stored? Maybe always having to specify a path)
> * Poll/Subscribe to notifications



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)