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/04 13:41:00 UTC

[jira] [Commented] (FLINK-7097) Start TaskExecutor via start-up script

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

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

GitHub user tillrohrmann opened a pull request:

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

    [FLINK-7097] [scripts] Enable Flip-6 TaskExecutor to be started with taskmanager.sh

    This PR Is based on #4252.
    
    The taskmanager.sh script now supports to start a TaskExecutor by providing flip6 as
    a second argument to the script.

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

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

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

    https://github.com/apache/flink/pull/4253.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 #4253
    
----
commit dbd9a5d8fa3d6f3b20ba48484b9098a7fe280403
Author: Till Rohrmann <tr...@apache.org>
Date:   2017-07-04T13:01:18Z

    [FLINK-7074] [tm] Add entry point for the TaskManagerRunner
    
    The entry point can be used by the standalone mode to run a TaskManager. Moreover, the
    YarnTaskExecutorRunner now reuses some of the start up logic of the TaskManagerRunner.

commit ad4e21ed401c1409db7b4037ac984fe16aafe435
Author: Till Rohrmann <tr...@apache.org>
Date:   2017-07-04T13:37:15Z

    [FLINK-7097] [scripts] Enable Flip-6 TaskExecutor to be started with taskmanager.sh
    
    The taskmanager.sh script now supports to start a TaskExecutor by providing flip6 as
    a second argument to the script.

----


> Start TaskExecutor via start-up script
> --------------------------------------
>
>                 Key: FLINK-7097
>                 URL: https://issues.apache.org/jira/browse/FLINK-7097
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Startup Shell Scripts
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>            Priority: Minor
>              Labels: flip-6
>
> Start the {{TaskExecutor}} via the start-up scripts.



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