[GitHub] samza pull request #619: Samza 1817: Long classpath support for non-split de...

2018-09-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/619 ---

[GitHub] samza pull request #629: SAMZA-1859: Zookeeper MetadataStore implementation.

2018-09-07 Thread shanthoosh
GitHub user shanthoosh opened a pull request: https://github.com/apache/samza/pull/629 SAMZA-1859: Zookeeper MetadataStore implementation. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shanthoosh/samza metadata_store_zk_impl A

[GitHub] samza pull request #628: SAMZA-1845: Require providing serde for default sys...

2018-09-07 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/628 SAMZA-1845: Require providing serde for default system in ApplicationDescriptor#setDefaultSystem You can merge this pull request into a Git repository by running: $ git pull https://github.co

[GitHub] samza pull request #627: SAMZA-1841: Added support for marking an input stre...

2018-09-07 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/627 SAMZA-1841: Added support for marking an input stream as broadcast using InputDescriptors You can merge this pull request into a Git repository by running: $ git pull https://github.com/prate

[GitHub] samza pull request #626: SAMZA-1858: Public APIs for shared context

2018-09-07 Thread cameronlee314
GitHub user cameronlee314 opened a pull request: https://github.com/apache/samza/pull/626 SAMZA-1858: Public APIs for shared context This is just the API classes and their implementations, in an attempt to keep individual PRs more manageable. An upcoming PR will actually integrate