[GitHub] samza pull request #702: Application Descriptor implementation cleanup.

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

[GitHub] samza pull request #720: Consolidating package names for System, Stream, App...

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

[GitHub] samza pull request #707: Use different paths for logged and non-logged store...

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

[GitHub] samza pull request #724: Clean-up the case-studies page for Ebay, add a diag...

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

Re: [VOTE] SEP-14: System and Stream Descriptors

2018-10-12 Thread Yi Pan
+1 (binding) from me. Thanks! On Fri, Oct 12, 2018 at 12:30 PM Prateek Maheshwari wrote: > Hi folks, > > Now that SAMZA-1804 has been implemented and reviewed, we've updated > SEP-14 with the latest APIs and design decisions. > > Please vote for accepting SEP-14 in its current form for the

[GitHub] samza pull request #724: Clean-up the case-studies page for Ebay, add a diag...

2018-10-12 Thread vjagadish1989
GitHub user vjagadish1989 opened a pull request: https://github.com/apache/samza/pull/724 Clean-up the case-studies page for Ebay, add a diagram You can merge this pull request into a Git repository by running: $ git pull https://github.com/vjagadish1989/samza website-reorg17

[GitHub] samza pull request #723: Added Samza Configurations to website

2018-10-12 Thread dxichen
GitHub user dxichen opened a pull request: https://github.com/apache/samza/pull/723 Added Samza Configurations to website @vjagadish Added `CONFIGURATIONS` under `DOCUMENTATION` Updated `configuration.md` page to work with new configs Do we have documentation about

[VOTE] SEP-15: New Runtime Context API

2018-10-12 Thread Cameron Lee
Hi all, SEP-15 has been updated now that SAMZA-1714 has been reviewed and implemented. Please vote on whether there are further breaking changes needed in the API or we can accept this proposal to be included in Samza 1.0.

[GitHub] samza pull request #721: SAMZA-1937: Make DSL converter work when sql is a q...

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

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

2018-10-12 Thread Prateek Maheshwari
+1 (non-binding) from me. Thanks for making the changes and updating the SEP! - Prateek On Fri, Oct 12, 2018 at 12:15 PM Yi Pan wrote: > > Hi, all, > > Given SAMZA-1789 has been reviewed and implemented, SEP-13 has been updated > to the latest API classes as well. Please vote on whether there

[VOTE] SEP-14: System and Stream Descriptors

2018-10-12 Thread Prateek Maheshwari
Hi folks, Now that SAMZA-1804 has been implemented and reviewed, we've updated SEP-14 with the latest APIs and design decisions. Please vote for accepting SEP-14 in its current form for the upcoming Samza 1.0 release.

[GitHub] samza pull request #722: Fix broken tests on master.

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

[GitHub] samza pull request #722: Fix broken tests on master.

2018-10-12 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/722 Fix broken tests on master. You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza test-fixes Alternatively you can review and apply

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

2018-10-12 Thread Yi Pan
Hi, all, Given SAMZA-1789 has been reviewed and implemented, SEP-13 has been updated to the latest API classes as well. Please vote on whether there is further breaking changes needed in the API, or we can accept this proposal and seal it for 1.0.

[GitHub] samza pull request #721: SAMZA-1937: Make DSL converter work when sql is a q...

2018-10-12 Thread weiqingy
GitHub user weiqingy opened a pull request: https://github.com/apache/samza/pull/721 SAMZA-1937: Make DSL converter work when sql is a query ## What changes were proposed in this pull request? To support the use case that users use Samza Sql Console or Samza Sql shell to

[GitHub] samza pull request #691: SAMZA-1937: Make DSL converter work when sql is a q...

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

[GitHub] samza pull request #720: Consolidating package names for System, Stream, App...

2018-10-12 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/720 Consolidating package names for System, Stream, Application and Table descriptors. Everything in this PR is either: 1. A package name change and a corresponding file move. 2. Javadoc

[GitHub] samza pull request #719: Add Slack to our Powered By page

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

[GitHub] samza pull request #719: Add Slack to our Powered By page

2018-10-12 Thread vjagadish1989
GitHub user vjagadish1989 opened a pull request: https://github.com/apache/samza/pull/719 Add Slack to our Powered By page You can merge this pull request into a Git repository by running: $ git pull https://github.com/vjagadish1989/samza website-reorg16 Alternatively you

[GitHub] samza pull request #718: Polish contents of the case-studies page

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

[GitHub] samza pull request #718: Polish contents of the case-studies page

2018-10-12 Thread vjagadish1989
GitHub user vjagadish1989 opened a pull request: https://github.com/apache/samza/pull/718 Polish contents of the case-studies page - Only display case-studies that have high-impact - Also, fix titles You can merge this pull request into a Git repository by running: $ git

[GitHub] samza pull request #717: SAMZA-1950: Make JMX enabled/disabled using configs...

2018-10-12 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/717 SAMZA-1950: Make JMX enabled/disabled using configs for Samza containers You can merge this pull request into a Git repository by running: $ git pull https://github.com/Sanil15/samza

[GitHub] samza pull request #716: Powered By page: Final pass for consistency in lang...

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

[GitHub] samza pull request #716: Powered By page: Final pass for consistency in lang...

2018-10-12 Thread vjagadish1989
GitHub user vjagadish1989 opened a pull request: https://github.com/apache/samza/pull/716 Powered By page: Final pass for consistency in language, tone You can merge this pull request into a Git repository by running: $ git pull https://github.com/vjagadish1989/samza