[GitHub] samza pull request #680: Samza docs for YARN deployments

2018-10-01 Thread abhishekshivanna
GitHub user abhishekshivanna opened a pull request: https://github.com/apache/samza/pull/680 Samza docs for YARN deployments You can merge this pull request into a Git repository by running: $ git pull https://github.com/abhishekshivanna/samza master Alternatively you can

[GitHub] samza pull request #604: SAMZA-1806: Allow `task.broadcast.inputs` to be set...

2018-08-08 Thread abhishekshivanna
GitHub user abhishekshivanna opened a pull request: https://github.com/apache/samza/pull/604 SAMZA-1806: Allow `task.broadcast.inputs` to be set to empty string This fix addresses the issue that getBroadcastSystemStreamPartitions in TaskConfigJava throws an

[GitHub] samza pull request #375: SAMZA-1506: Fix for robust ContainerHeartbeatMonito...

2017-12-01 Thread abhishekshivanna
GitHub user abhishekshivanna opened a pull request: https://github.com/apache/samza/pull/375 SAMZA-1506: Fix for robust ContainerHeartbeatMonitor exception handling. The Fix includes the following changes: - Catch all exceptions inside the heartbeat thread and not just

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

2017-10-05 Thread abhishekshivanna
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

[GitHub] samza pull request #163: SAMZA-871: Heart-beat mechanism between JobCoordina...

2017-05-04 Thread abhishekshivanna
GitHub user abhishekshivanna opened a pull request: https://github.com/apache/samza/pull/163 SAMZA-871: Heart-beat mechanism between JobCoordinator and all running containers You can merge this pull request into a Git repository by running: $ git pull https://github.com