[GitHub] samza pull request #757: Fix samza-test checkstyle errors.

2018-10-22 Thread shanthoosh
GitHub user shanthoosh opened a pull request: https://github.com/apache/samza/pull/757 Fix samza-test checkstyle errors. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shanthoosh/samza master Alternatively you can review and

Re: [VOTE] Apache Samza 1.0.0 RC1

2018-10-22 Thread santhosh venkat
I tried building the release candidate(RC1) and it fails with the following checkstyle errors. [ant:checkstyle] /Users/svenkata/Documents/apache-samza-1.0.0-src/samza-test/src/main/java/org/apache/samza/test/integration/TestStandaloneIntegrationApplication.java:43: 'member def type' have

[VOTE] Apache Samza 1.0.0 RC1

2018-10-22 Thread Prateek Maheshwari
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 here: http://home.apache.org/~pmaheshwari/samza-1.0.0-rc1/ The release candidate is signed with pgp key 6585B3D7, which can

[GitHub] samza pull request #756: Changes to Standalone integration tests

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

[GitHub] samza pull request #756: Changes to Standalone integration tests

2018-10-22 Thread rmatharu
GitHub user rmatharu opened a pull request: https://github.com/apache/samza/pull/756 Changes to Standalone integration tests * Removing task.inputs since its not required in the new Samza 1.0 API * Fixing input-output sys bug * Fixing jobModel zk path bug -- camel case.

[GitHub] samza pull request #755: Old kafka consumer

2018-10-22 Thread sborya
GitHub user sborya opened a pull request: https://github.com/apache/samza/pull/755 Old kafka consumer You can merge this pull request into a Git repository by running: $ git pull https://github.com/sborya/samza OldKafkaConsumer Alternatively you can review and apply these

[GitHub] samza pull request #754: Update hardcoded versions for the 1.0.0 release.

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

[GitHub] samza pull request #754: Update hardcoded versions for the 1.0.0 release.

2018-10-22 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/754 Update hardcoded versions for the 1.0.0 release. You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza version-updates Alternatively

[GitHub] samza pull request #752: Adding fix to integration test

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

[GitHub] samza pull request #753: Use samza offset reset value in kafka consumer

2018-10-22 Thread sborya
GitHub user sborya opened a pull request: https://github.com/apache/samza/pull/753 Use samza offset reset value in kafka consumer You can merge this pull request into a Git repository by running: $ git pull https://github.com/sborya/samza UseSamazResetInKafka Alternatively

[CANCEL][VOTE] Apache Samza 1.0.0 RC0

2018-10-22 Thread Prateek Maheshwari
Hi all, This is the CANCEL notification for the 1.0.0 RC0. We found an integration test setup issue that we will fix. We will also include the following PR in the new RC: SAMZA-1901: Implementation of Samza SQL Shell, Thanks, Prateek

[GitHub] samza pull request #752: Adding fix to integration test

2018-10-22 Thread rmatharu
GitHub user rmatharu opened a pull request: https://github.com/apache/samza/pull/752 Adding fix to integration test ClientHelper changed the log-print, which the integration test relies on. You can merge this pull request into a Git repository by running: $ git pull

Re: [VOTE] Apache Samza 1.0.0 RC0

2018-10-22 Thread Prateek Maheshwari
Thanks for verifying Jagadish. I'll fix the test failure and create a new RC and cancel the vote for this RC. - Prateek On Mon, Oct 22, 2018 at 4:23 PM Jagadish Venkatraman wrote: > > I ran the integration test and encountered this failure: > > 2018-10-22 15:58:43,687 zopkio.test_runner [INFO]

Re: [VOTE] Apache Samza 1.0.0 RC0

2018-10-22 Thread Jagadish Venkatraman
I ran the integration test and encountered this failure: 2018-10-22 15:58:43,687 zopkio.test_runner [INFO] test_samza_jobfailed 2018-10-22 15:58:43,688 zopkio.test_runner [INFO] ['AssertionError: Job (negate_number) appears not to have started. Expected to see a log line matching regex:

[GitHub] samza pull request #751: Samza 1965: SAMZA 1.0 DOCUMENTATION FOR TEST Framew...

2018-10-22 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/751 Samza 1965: SAMZA 1.0 DOCUMENTATION FOR TEST Framework You can merge this pull request into a Git repository by running: $ git pull https://github.com/Sanil15/samza SAMZA-1965 Alternatively

[GitHub] samza pull request #654: SAMZA-1901: Implementation of Samza SQL Shell

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