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/09/02 10:08:21 UTC

[jira] [Commented] (FLINK-4505) Implement TaskManagerFactory to bring up TaskManager for different modes

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

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

GitHub user wangzhijiang999 opened a pull request:

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

    [FLINK-4505][Cluster Management] Implement TaskManagerFactory to brin…

    Implement TaskExecutorFactory that should be an abstract class with the helper methods to bring up the TaskManager. The factory can be implemented by some classes to start a TaskManager in different modes (testing, standalone, yarn).

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

    $ git pull https://github.com/alibaba/flink jira-4505

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

    https://github.com/apache/flink/pull/2461.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 #2461
    
----
commit 212222c4b408bb0138b41e49a439f6d07f9a0ca9
Author: 淘江 <ta...@alibaba-inc.com>
Date:   2016-09-02T10:00:49Z

    [FLINK-4505][Cluster Management] Implement TaskManagerFactory to bring up TaskManager for different modes
    
    Summary: above
    
    Test Plan: NA
    
    Reviewers: kete.yangkt
    
    Subscribers: #blink
    
    Differential Revision: http://phabricator.taobao.net/D5606

----


> Implement TaskManagerFactory to bring up TaskManager for different modes
> ------------------------------------------------------------------------
>
>                 Key: FLINK-4505
>                 URL: https://issues.apache.org/jira/browse/FLINK-4505
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Cluster Management
>            Reporter: Zhijiang Wang
>            Assignee: Zhijiang Wang
>            Priority: Minor
>
> Implement {{TaskExecutorFactory}} that should be an abstract class with the helper methods to bring up the {{TaskManager}}. The factory can be implemented by some classes to start a {{TaskManager}} in different modes (testing, standalone, yarn).



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