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 <ashiva...@linkedin.com> Date: 2017-10-06T02:25:30Z samza-rest: Swapping out CLI based JobStatusProvider for a REST based implementation ---- ---