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

[jira] [Commented] (FLINK-7110) Allow ClusterDescriptor to deploy per-job cluster

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

ASF GitHub Bot commented on FLINK-7110:
---------------------------------------

GitHub user tillrohrmann opened a pull request:

    https://github.com/apache/flink/pull/4270

    [FLINK-7110] [client] Add per-job cluster deployment interface

    This PR changes the `ClusterDescriptor` interface such that we have a `deploySession` and a `deployJob` call in order to launch a Flink session cluster and a Flink per-job cluster. The latter receives the `JobGraph` which is supposed to be launched in the per-job cluster.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tillrohrmann/flink addPerJobDeployment

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/4270.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4270
    
----
commit 9cfb9718d7b64e253aaf636dc17b8939e2592a98
Author: Till Rohrmann <tr...@apache.org>
Date:   2017-07-06T07:33:18Z

    [FLINK-7110] [client] Add per-job cluster deployment interface

----


> Allow ClusterDescriptor to deploy per-job cluster
> -------------------------------------------------
>
>                 Key: FLINK-7110
>                 URL: https://issues.apache.org/jira/browse/FLINK-7110
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Cluster Management
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>             Fix For: 1.4.0
>
>
> The {{ClusterDescriptor's}} interface has to be improved to support deploying a per-job cluster where you directly provide the {{JobGraph}}.



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