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 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 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 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 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