You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/03/16 19:13:41 UTC

[jira] [Commented] (SAMZA-1131) RemoteApplicationRunner for cluster-based Samza applications

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

ASF GitHub Bot commented on SAMZA-1131:
---------------------------------------

GitHub user xinyuiscool opened a pull request:

    https://github.com/apache/samza/pull/88

    SAMZA-1131: RemoteApplicationRunner for cluster-based Samza applications

    RemoteApplicationRunner starts the Samza StreamApplication on the remote cluster, e.g. Yarn. It uses ExecutionPlanner for planning physical execution, and JobRunner to start each stage of the application.

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

    $ git pull https://github.com/xinyuiscool/samza SAMZA-1131

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

    https://github.com/apache/samza/pull/88.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 #88
    
----
commit 112c09fe7c8120441b6dbbb13e355ba71889bd08
Author: Xinyu Liu <xi...@xiliu-ld.linkedin.biz>
Date:   2017-03-16T19:09:12Z

    SAMZA-1131: RemoteApplicationRunner for cluster-based Samza applications

----


> RemoteApplicationRunner for cluster-based Samza applications
> ------------------------------------------------------------
>
>                 Key: SAMZA-1131
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1131
>             Project: Samza
>          Issue Type: New Feature
>            Reporter: Xinyu Liu
>            Assignee: Xinyu Liu
>
> RemoteApplicationRunner starts/stops the Samza StreamApplication on the remote cluster, e.g. Yarn. It uses ExecutionPlanner for planning physical execution, and JobRunner to start each stage of the application.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)