[GitHub] samza pull request #736: Eventhubs 1.0 tutorials cleanup

2018-10-16 Thread dxichen
GitHub user dxichen opened a pull request: https://github.com/apache/samza/pull/736 Eventhubs 1.0 tutorials cleanup Misc Event hubs cleanup for the 1.0 release: - Updated hello-samza tutorial documentation - Removed unused depricated documentation (all content is not in `sam

Re: [VOTE] SEP-15: New Runtime Context API

2018-10-16 Thread Jake Maes
+1 (binding) On Tue, Oct 16, 2018 at 3:00 PM Yi Pan wrote: > +1 (binding) > > This has been long-waited feature to allow us to have better control and > access to shared object in different scope of context! > > -Yi > > On Mon, Oct 15, 2018 at 10:47 AM Jagadish Venkatraman < > jagadish1...@gmail

[GitHub] samza pull request #733: SAMZA-1956: Update value only descriptor serde

2018-10-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/733 ---

[GitHub] samza pull request #735: SAMZA-1959: Modify EmbeddedTaggedRateLimiter to use...

2018-10-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/735 ---

[GitHub] samza pull request #732: SAMZA-1938: Support use cases to run multiple sql s...

2018-10-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/732 ---

[GitHub] samza pull request #735: SAMZA-1959: Modify EmbeddedTaggedRateLimiter to use...

2018-10-16 Thread weisong44
GitHub user weisong44 opened a pull request: https://github.com/apache/samza/pull/735 SAMZA-1959: Modify EmbeddedTaggedRateLimiter to use total number of tasks for effective rate calculation The EmbeddedTaggedRateLimiter currently uses number of tasks assigned to the currently cont

[GitHub] samza pull request #734: Minor: fixing javadocs in ApplicationTaskContextFac...

2018-10-16 Thread cameronlee314
GitHub user cameronlee314 opened a pull request: https://github.com/apache/samza/pull/734 Minor: fixing javadocs in ApplicationTaskContextFactory and StreamProcessor You can merge this pull request into a Git repository by running: $ git pull https://github.com/cameronlee314/s

Re: [VOTE] SEP-15: New Runtime Context API

2018-10-16 Thread Yi Pan
+1 (binding) This has been long-waited feature to allow us to have better control and access to shared object in different scope of context! -Yi On Mon, Oct 15, 2018 at 10:47 AM Jagadish Venkatraman < jagadish1...@gmail.com> wrote: > +1 (binding) from my side. > > LGTM > > On Mon, Oct 15, 2018

[RESULT] [VOTE] SEP-13: unified ApplicationDescriptor and ApplicationRunner APIs for high and low- level APIs in YARN and standalone deployment

2018-10-16 Thread Yi Pan
Hi, all, Thanks for voting. This vote has passed 72 hours w/ 3 x +1 (binding) and 1 non-binding votes. Closing as passed. Thanks again! On Mon, Oct 15, 2018 at 10:13 AM Jagadish Venkatraman < jagadish1...@gmail.com> wrote: > +1(binding) from my side. This is a great overhaul of our APIs. > > T

[GitHub] samza pull request #733: SAMZA-1956: Update value only descriptor serde

2018-10-16 Thread dxichen
GitHub user dxichen opened a pull request: https://github.com/apache/samza/pull/733 SAMZA-1956: Update value only descriptor serde Changed the KVSerde to only value Serde for the Eventhubs input and output descriptors. Since the key is always a `String`, the key serde should al

[GitHub] samza pull request #732: SAMZA-1938: Support use cases to run multiple sql s...

2018-10-16 Thread weiqingy
GitHub user weiqingy opened a pull request: https://github.com/apache/samza/pull/732 SAMZA-1938: Support use cases to run multiple sql statements in one Samza job ## What changes were proposed in this pull request? This PR is to support the following user scenarios: 1.

[GitHub] samza pull request #697: [WIP] SAMZA-1938: Support use cases to run multiple...

2018-10-16 Thread weiqingy
Github user weiqingy closed the pull request at: https://github.com/apache/samza/pull/697 ---