You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by abhishekshivanna <gi...@git.apache.org> on 2017/10/06 02:47:02 UTC

[GitHub] samza pull request #317: Samza-rest: Swapping out CLI JobStatusProvider for ...

GitHub user abhishekshivanna opened a pull request:

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

    Samza-rest: Swapping out CLI JobStatusProvider for REST based implementation

    Removing the YarnCliJobStatusProvider since forking a new shell for every request on the JobsResource endpoint is resource intensive.

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

    $ git pull https://github.com/abhishekshivanna/samza samza-rest-oom

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

    https://github.com/apache/samza/pull/317.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 #317
    
----
commit 28fe7162ac6ab73a6889bccc0cd9d5e6c9a06abc
Author: Abhishek Shivanna <as...@linkedin.com>
Date:   2017-10-06T02:25:30Z

    samza-rest: Swapping out CLI based JobStatusProvider for a REST based implementation

----


---

[GitHub] samza pull request #317: SAMZA-1447: Swapping out CLI JobStatusProvider for ...

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

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


---