Re: [VOTE] Apache Samza 1.0.0 RC3

2018-10-30 Thread Jake Maes
+1 binding Ran check-all on OSX with Gradle 2.8 On Mon, Oct 29, 2018 at 10:13 PM Prateek Maheshwari wrote: > Hi all, > > This is a call for a vote on a release of Apache Samza 1.0.0. Thanks to > everyone who has contributed to this release. > > The release candidate can be downloaded from

[GitHub] samza pull request #783: Updated RELEASE instructions.

2018-10-30 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/783 Updated RELEASE instructions. You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza release-docs Alternatively you can review and

[GitHub] samza pull request #782: SAMZA-1943 Remove ExtendedSystemAdmin and deprecate...

2018-10-30 Thread sborya
GitHub user sborya opened a pull request: https://github.com/apache/samza/pull/782 SAMZA-1943 Remove ExtendedSystemAdmin and deprecated getNewestOffsets method. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sborya/samza

[GitHub] samza pull request #785: Clean-up docs for Kinesis

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

[GitHub] samza pull request #774: SAMZA-1968: Samza-sql - Change Calcite sql type for...

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

[GitHub] samza pull request #784: Fix to make Samza SQL applications work after the R...

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

[GitHub] samza pull request #786: SAMZA-1971: Fix NPE in partition key computation fo...

2018-10-30 Thread bharathkk
GitHub user bharathkk opened a pull request: https://github.com/apache/samza/pull/786 SAMZA-1971: Fix NPE in partition key computation for InMemorySystemProducer You can merge this pull request into a Git repository by running: $ git pull https://github.com/bharathkk/samza

[GitHub] samza pull request #785: Clean-up docs for Kinesis

2018-10-30 Thread vjagadish1989
GitHub user vjagadish1989 opened a pull request: https://github.com/apache/samza/pull/785 Clean-up docs for Kinesis @atoomula and @prateekm FYI.. You can merge this pull request into a Git repository by running: $ git pull https://github.com/vjagadish1989/samza website-reorg28

Re: [VOTE] Apache Samza 1.0.0 RC3

2018-10-30 Thread Prateek Maheshwari
We found an issue with Samza SQL integration with the new ApplicationRunners APIs. We'll cancel this vote and create a new RC. Thanks, Prateek On Tue, Oct 30, 2018 at 10:14 AM Jake Maes wrote: > > +1 binding > > Ran check-all on OSX with Gradle 2.8 > > On Mon, Oct 29, 2018 at 10:13 PM Prateek

[CANCEL] [VOTE] Apache Samza 1.0.0 RC2

2018-10-30 Thread Prateek Maheshwari
Hi all, This is the CANCEL notification for the 1.0.0 RC3. We found an issue with Samza SQL integration with the new ApplicationRunners API that we will fix in the new RC. Thanks, Prateek

[GitHub] samza pull request #784: Fix to make Samza SQL applications work after the R...

2018-10-30 Thread srinipunuru
GitHub user srinipunuru opened a pull request: https://github.com/apache/samza/pull/784 Fix to make Samza SQL applications work after the Runner refactoring With recent change in Samza, Constructor signature for ApplicationRunner has changed. But the SamzaSQLApplicationRunner was

[GitHub] samza pull request #776: Adding release notes for Samza 1.0

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

[GitHub] samza pull request #787: Close iterators to time-series store on deletes

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

[GitHub] samza pull request #787: Close time-series store on deletes

2018-10-30 Thread vjagadish1989
GitHub user vjagadish1989 opened a pull request: https://github.com/apache/samza/pull/787 Close time-series store on deletes You can merge this pull request into a Git repository by running: $ git pull https://github.com/vjagadish1989/samza website-reorg29 Alternatively you

[GitHub] samza pull request #783: Updated RELEASE instructions.

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

[GitHub] samza pull request #788: SAMZA-1970: Support for physical names in InMemoryS...

2018-10-30 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/788 SAMZA-1970: Support for physical names in InMemorySystem if super is not there, java compiles this to this.withPhysicalName which results in StackOverflows You can merge this pull request into a