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

2019-01-15 Thread asfgit
Github user asfgit closed the pull request at:

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


---


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

2019-01-15 Thread xinyuiscool
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 
Date:   2019-01-15T20:54:36Z

SAMZA-2068: Separating container launch logic into util class




---