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 2016/08/29 14:41:21 UTC

[jira] [Commented] (FLINK-4529) Move JobMaster, TaskExecutor and ResourceManager out of the rpc package

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

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

GitHub user tillrohrmann opened a pull request:

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

    [FLINK-4529] [flip-6] Move TaskExecutor, JobMaster and ResourceManager out of the rpc package

    The TaskExecutor, the JobMaster and the ResourceManager were still contained in the rpc
    package. With this commit, they will be moved out of this package. Now they are contained
    in dedicated packages on the o.a.f.runtime level.

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

    $ git pull https://github.com/tillrohrmann/flink FLINK-4529

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

    https://github.com/apache/flink/pull/2438.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 #2438
    
----
commit 3b2d2a87bc80bcddf19ca838dc0d3c8575758717
Author: Till Rohrmann <tr...@apache.org>
Date:   2016-08-29T14:35:29Z

    [FLINK-4529] [flip-6] Move TaskExecutor, JobMaster and ResourceManager out of the rpc package
    
    The TaskExecutor, the JobMaster and the ResourceManager were still contained in the rpc
    package. With this commit, they will be moved out of this package. Now they are contained
    in dedicated packages on the o.a.f.runtime level.

----


> Move JobMaster, TaskExecutor and ResourceManager out of the rpc package
> -----------------------------------------------------------------------
>
>                 Key: FLINK-4529
>                 URL: https://issues.apache.org/jira/browse/FLINK-4529
>             Project: Flink
>          Issue Type: Improvement
>          Components: Distributed Coordination
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>              Labels: flip-6
>
> Currently, the flip-6 branch still contains the {{TaskExecutor}}, {{JobMaster}} and the {{ResourceManager}} in the {{rpc}} package. They should be removed from this package.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)