You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by xinyuiscool <gi...@git.apache.org> on 2019/01/15 20:58:32 UTC

[GitHub] samza pull request #881: SAMZA-2068: Separating container launch logic into ...

GitHub user xinyuiscool opened a pull request:

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

    SAMZA-2068: Separating container launch logic into util class

    The container launch logic needs to be invoked for beam-runner to run beam containers. This is a small refactoring of LocalContainerRunner.java.

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

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

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

    https://github.com/apache/samza/pull/881.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 #881
    
----
commit 6c4f2b52b17836e89f10139dfa27ff5855d7fad9
Author: xiliu <xi...@...>
Date:   2019-01-15T20:54:36Z

    SAMZA-2068: Separating container launch logic into util class

----


---

[GitHub] samza pull request #881: SAMZA-2068: Separating container launch logic into ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---