GitHub user bharathkk opened a pull request:
https://github.com/apache/samza/pull/503
SAMZA-1653: Support waitForFinish in remote application runner and add
waitForFinish
Added the following APIs to AbstractApplicationRunner
`void waitForFinish()`
`void waitForFinish(Dura
GitHub user vjagadish opened a pull request:
https://github.com/apache/samza/pull/504
Fix NPE in ClusterResourceManager
When the ClusterResourcedManager receives a notification that a container
is started, it moves the container from the "pending queue" to its "running
queue".
Github user asfgit closed the pull request at:
https://github.com/apache/samza/pull/504
---