You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by Yi Pan <ni...@gmail.com> on 2015/12/09 00:38:11 UTC

[VOTE] Samza 0.10.0 Release Candidate 2

Hey all,


This is a call for a vote on a release of Apache Samza 0.10.0. Thanks to
everyone who has contributed to this release. We are very glad to see some
new contributors in this release.


The release candidate can be downloaded from here:


http://home.apache.org/~nickpan47/samza-0.10.0-rc2/


The release candidate is signed with pgp key 911402D8, which is

included in the repository's KEYS file:


https://git-wip-us.apache.org/repos/asf?p=samza.git;a=blob;f=KEYS;h=66cbd15cddbbd798c3529e9a8b7f052aab0037a7


and can also be found on keyservers:

http://pgp.mit.edu/pks/lookup?op=get&search=0x911402D8


The git tag is release-0.10.0-rc2 and signed with the same pgp key:


https://git-wip-us.apache.org/repos/asf?p=samza.git;a=tag;h=4a37a3c4754b94805646522fc6644f2dd998e828


Test binaries have been published to Maven's staging repository, and are

available here:


https://repository.apache.org/content/repositories/orgapachesamza-1011/


Note that the binaries were built with JDK7 without incident. This is the
first version of Samza that does not support JDK6 any more.


128 issues were resolved for this release:


https://issues.apache.org/jira/issues/?jql=project%20%3D%20SAMZA%20AND%20fixVersion%20%3D%200.10.0%20AND%20status%20in%20(Resolved%2C%20Closed)


The vote will be open for 72 hours ( end in 4:00pm Friday, 12/11/2015 ).

Please download the release candidate, check the hashes/signature, build it

and test it, and then please vote:


[ ] +1 approve

[ ] +0 no opinion

[ ] -1 disapprove (and reason why)


+1 from my side for the release.


Yi Pan

nickpan47@gmail.com

Re: [VOTE] Samza 0.10.0 Release Candidate 2

Posted by Jacob Maes <ja...@gmail.com>.
+1 [non binding].

Ran

> ./gradlew build,
> ./bin/check-all.sh, and
> ./bin/integration-tests.sh /tmp/samza-tests

from my Mac and all were successful.

I saw some checkstyle errors when I used gradle 2.9, but it was fine with
gradle 2.2 and 2.3. I created SAMZA-837 for gradle 2.9 compatibility.

On Wed, Dec 9, 2015 at 12:15 PM, xinyu liu <xi...@gmail.com> wrote:

> +1 on my side. I also ran the gradle build and unit tests without failure.
>
> Thanks,
> Xinyu
>
> On Wed, Dec 9, 2015 at 9:54 AM, Tao Feng <fe...@gmail.com> wrote:
>
> > +1 from my side(non-binding). I download the package and successfully run
> > all the unit tests without failure.
> >
> > On Tue, Dec 8, 2015 at 3:38 PM, Yi Pan <ni...@gmail.com> wrote:
> >
> > > Hey all,
> > >
> > >
> > > This is a call for a vote on a release of Apache Samza 0.10.0. Thanks
> to
> > > everyone who has contributed to this release. We are very glad to see
> > some
> > > new contributors in this release.
> > >
> > >
> > > The release candidate can be downloaded from here:
> > >
> > >
> > > http://home.apache.org/~nickpan47/samza-0.10.0-rc2/
> > >
> > >
> > > The release candidate is signed with pgp key 911402D8, which is
> > >
> > > included in the repository's KEYS file:
> > >
> > >
> > >
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=samza.git;a=blob;f=KEYS;h=66cbd15cddbbd798c3529e9a8b7f052aab0037a7
> > >
> > >
> > > and can also be found on keyservers:
> > >
> > > http://pgp.mit.edu/pks/lookup?op=get&search=0x911402D8
> > >
> > >
> > > The git tag is release-0.10.0-rc2 and signed with the same pgp key:
> > >
> > >
> > >
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=samza.git;a=tag;h=4a37a3c4754b94805646522fc6644f2dd998e828
> > >
> > >
> > > Test binaries have been published to Maven's staging repository, and
> are
> > >
> > > available here:
> > >
> > >
> > >
> https://repository.apache.org/content/repositories/orgapachesamza-1011/
> > >
> > >
> > > Note that the binaries were built with JDK7 without incident. This is
> the
> > > first version of Samza that does not support JDK6 any more.
> > >
> > >
> > > 128 issues were resolved for this release:
> > >
> > >
> > >
> > >
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SAMZA%20AND%20fixVersion%20%3D%200.10.0%20AND%20status%20in%20(Resolved%2C%20Closed)
> > >
> > >
> > > The vote will be open for 72 hours ( end in 4:00pm Friday, 12/11/2015
> ).
> > >
> > > Please download the release candidate, check the hashes/signature,
> build
> > it
> > >
> > > and test it, and then please vote:
> > >
> > >
> > > [ ] +1 approve
> > >
> > > [ ] +0 no opinion
> > >
> > > [ ] -1 disapprove (and reason why)
> > >
> > >
> > > +1 from my side for the release.
> > >
> > >
> > > Yi Pan
> > >
> > > nickpan47@gmail.com
> > >
> >
>

Re: [VOTE] Samza 0.10.0 Release Candidate 2

Posted by Navina Ramesh <nr...@linkedin.com.INVALID>.
+1 binding

Just a note: The integration test didn't run because I am somehow pulling
in a newer version of Zopkio. Need to update our int tests for the next
release! It works fine with a lower version of Zopkio.

Thanks!
Navina

On Wed, Dec 9, 2015 at 8:12 PM, Chris Riccomini <cr...@apache.org>
wrote:

> +1 binding
>
> On Wed, Dec 9, 2015 at 7:16 PM, Boris Shkolnik <bo...@gmail.com> wrote:
>
> > I've opened a ticket to track this rocksdb:test failure:
> >
> >    1. SAMZA-836 <https://issues.apache.org/jira/browse/SAMZA-836>
> >
> >
> > On Wed, Dec 9, 2015 at 7:11 PM, Boris Shkolnik <bo...@gmail.com> wrote:
> >
> > > +1 (non-binding).
> > > One note. I failed for me couple of times with the test below, but it
> > > might've been related to some old versions of rocksdbjni, but I am not
> > > sure. I've run it couple of more times and it ran fine.
> > >
> > >
> > > On Wed, Dec 9, 2015 at 12:15 PM, xinyu liu <xi...@gmail.com>
> > wrote:
> > >
> > >> +1 on my side. I also ran the gradle build and unit tests without
> > failure.
> > >>
> > >> Thanks,
> > >> Xinyu
> > >>
> > >> On Wed, Dec 9, 2015 at 9:54 AM, Tao Feng <fe...@gmail.com> wrote:
> > >>
> > >> > +1 from my side(non-binding). I download the package and
> successfully
> > >> run
> > >> > all the unit tests without failure.
> > >> >
> > >> > On Tue, Dec 8, 2015 at 3:38 PM, Yi Pan <ni...@gmail.com> wrote:
> > >> >
> > >> > > Hey all,
> > >> > >
> > >> > >
> > >> > > This is a call for a vote on a release of Apache Samza 0.10.0.
> > Thanks
> > >> to
> > >> > > everyone who has contributed to this release. We are very glad to
> > see
> > >> > some
> > >> > > new contributors in this release.
> > >> > >
> > >> > >
> > >> > > The release candidate can be downloaded from here:
> > >> > >
> > >> > >
> > >> > > http://home.apache.org/~nickpan47/samza-0.10.0-rc2/
> > >> > >
> > >> > >
> > >> > > The release candidate is signed with pgp key 911402D8, which is
> > >> > >
> > >> > > included in the repository's KEYS file:
> > >> > >
> > >> > >
> > >> > >
> > >> > >
> > >> >
> > >>
> >
> https://git-wip-us.apache.org/repos/asf?p=samza.git;a=blob;f=KEYS;h=66cbd15cddbbd798c3529e9a8b7f052aab0037a7
> > >> > >
> > >> > >
> > >> > > and can also be found on keyservers:
> > >> > >
> > >> > > http://pgp.mit.edu/pks/lookup?op=get&search=0x911402D8
> > >> > >
> > >> > >
> > >> > > The git tag is release-0.10.0-rc2 and signed with the same pgp
> key:
> > >> > >
> > >> > >
> > >> > >
> > >> > >
> > >> >
> > >>
> >
> https://git-wip-us.apache.org/repos/asf?p=samza.git;a=tag;h=4a37a3c4754b94805646522fc6644f2dd998e828
> > >> > >
> > >> > >
> > >> > > Test binaries have been published to Maven's staging repository,
> and
> > >> are
> > >> > >
> > >> > > available here:
> > >> > >
> > >> > >
> > >> > >
> > >>
> https://repository.apache.org/content/repositories/orgapachesamza-1011/
> > >> > >
> > >> > >
> > >> > > Note that the binaries were built with JDK7 without incident. This
> > is
> > >> the
> > >> > > first version of Samza that does not support JDK6 any more.
> > >> > >
> > >> > >
> > >> > > 128 issues were resolved for this release:
> > >> > >
> > >> > >
> > >> > >
> > >> > >
> > >> >
> > >>
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SAMZA%20AND%20fixVersion%20%3D%200.10.0%20AND%20status%20in%20(Resolved%2C%20Closed)
> > >> > >
> > >> > >
> > >> > > The vote will be open for 72 hours ( end in 4:00pm Friday,
> > 12/11/2015
> > >> ).
> > >> > >
> > >> > > Please download the release candidate, check the hashes/signature,
> > >> build
> > >> > it
> > >> > >
> > >> > > and test it, and then please vote:
> > >> > >
> > >> > >
> > >> > > [ ] +1 approve
> > >> > >
> > >> > > [ ] +0 no opinion
> > >> > >
> > >> > > [ ] -1 disapprove (and reason why)
> > >> > >
> > >> > >
> > >> > > +1 from my side for the release.
> > >> > >
> > >> > >
> > >> > > Yi Pan
> > >> > >
> > >> > > nickpan47@gmail.com
> > >> > >
> > >> >
> > >>
> > >
> > >
> >
>



-- 
Navina R.

Re: [VOTE] Samza 0.10.0 Release Candidate 2

Posted by Chris Riccomini <cr...@apache.org>.
+1 binding

On Wed, Dec 9, 2015 at 7:16 PM, Boris Shkolnik <bo...@gmail.com> wrote:

> I've opened a ticket to track this rocksdb:test failure:
>
>    1. SAMZA-836 <https://issues.apache.org/jira/browse/SAMZA-836>
>
>
> On Wed, Dec 9, 2015 at 7:11 PM, Boris Shkolnik <bo...@gmail.com> wrote:
>
> > +1 (non-binding).
> > One note. I failed for me couple of times with the test below, but it
> > might've been related to some old versions of rocksdbjni, but I am not
> > sure. I've run it couple of more times and it ran fine.
> >
> >
> > On Wed, Dec 9, 2015 at 12:15 PM, xinyu liu <xi...@gmail.com>
> wrote:
> >
> >> +1 on my side. I also ran the gradle build and unit tests without
> failure.
> >>
> >> Thanks,
> >> Xinyu
> >>
> >> On Wed, Dec 9, 2015 at 9:54 AM, Tao Feng <fe...@gmail.com> wrote:
> >>
> >> > +1 from my side(non-binding). I download the package and successfully
> >> run
> >> > all the unit tests without failure.
> >> >
> >> > On Tue, Dec 8, 2015 at 3:38 PM, Yi Pan <ni...@gmail.com> wrote:
> >> >
> >> > > Hey all,
> >> > >
> >> > >
> >> > > This is a call for a vote on a release of Apache Samza 0.10.0.
> Thanks
> >> to
> >> > > everyone who has contributed to this release. We are very glad to
> see
> >> > some
> >> > > new contributors in this release.
> >> > >
> >> > >
> >> > > The release candidate can be downloaded from here:
> >> > >
> >> > >
> >> > > http://home.apache.org/~nickpan47/samza-0.10.0-rc2/
> >> > >
> >> > >
> >> > > The release candidate is signed with pgp key 911402D8, which is
> >> > >
> >> > > included in the repository's KEYS file:
> >> > >
> >> > >
> >> > >
> >> > >
> >> >
> >>
> https://git-wip-us.apache.org/repos/asf?p=samza.git;a=blob;f=KEYS;h=66cbd15cddbbd798c3529e9a8b7f052aab0037a7
> >> > >
> >> > >
> >> > > and can also be found on keyservers:
> >> > >
> >> > > http://pgp.mit.edu/pks/lookup?op=get&search=0x911402D8
> >> > >
> >> > >
> >> > > The git tag is release-0.10.0-rc2 and signed with the same pgp key:
> >> > >
> >> > >
> >> > >
> >> > >
> >> >
> >>
> https://git-wip-us.apache.org/repos/asf?p=samza.git;a=tag;h=4a37a3c4754b94805646522fc6644f2dd998e828
> >> > >
> >> > >
> >> > > Test binaries have been published to Maven's staging repository, and
> >> are
> >> > >
> >> > > available here:
> >> > >
> >> > >
> >> > >
> >> https://repository.apache.org/content/repositories/orgapachesamza-1011/
> >> > >
> >> > >
> >> > > Note that the binaries were built with JDK7 without incident. This
> is
> >> the
> >> > > first version of Samza that does not support JDK6 any more.
> >> > >
> >> > >
> >> > > 128 issues were resolved for this release:
> >> > >
> >> > >
> >> > >
> >> > >
> >> >
> >>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SAMZA%20AND%20fixVersion%20%3D%200.10.0%20AND%20status%20in%20(Resolved%2C%20Closed)
> >> > >
> >> > >
> >> > > The vote will be open for 72 hours ( end in 4:00pm Friday,
> 12/11/2015
> >> ).
> >> > >
> >> > > Please download the release candidate, check the hashes/signature,
> >> build
> >> > it
> >> > >
> >> > > and test it, and then please vote:
> >> > >
> >> > >
> >> > > [ ] +1 approve
> >> > >
> >> > > [ ] +0 no opinion
> >> > >
> >> > > [ ] -1 disapprove (and reason why)
> >> > >
> >> > >
> >> > > +1 from my side for the release.
> >> > >
> >> > >
> >> > > Yi Pan
> >> > >
> >> > > nickpan47@gmail.com
> >> > >
> >> >
> >>
> >
> >
>

Re: [VOTE] Samza 0.10.0 Release Candidate 2

Posted by Boris Shkolnik <bo...@gmail.com>.
I've opened a ticket to track this rocksdb:test failure:

   1. SAMZA-836 <https://issues.apache.org/jira/browse/SAMZA-836>


On Wed, Dec 9, 2015 at 7:11 PM, Boris Shkolnik <bo...@gmail.com> wrote:

> +1 (non-binding).
> One note. I failed for me couple of times with the test below, but it
> might've been related to some old versions of rocksdbjni, but I am not
> sure. I've run it couple of more times and it ran fine.
>
>
> On Wed, Dec 9, 2015 at 12:15 PM, xinyu liu <xi...@gmail.com> wrote:
>
>> +1 on my side. I also ran the gradle build and unit tests without failure.
>>
>> Thanks,
>> Xinyu
>>
>> On Wed, Dec 9, 2015 at 9:54 AM, Tao Feng <fe...@gmail.com> wrote:
>>
>> > +1 from my side(non-binding). I download the package and successfully
>> run
>> > all the unit tests without failure.
>> >
>> > On Tue, Dec 8, 2015 at 3:38 PM, Yi Pan <ni...@gmail.com> wrote:
>> >
>> > > Hey all,
>> > >
>> > >
>> > > This is a call for a vote on a release of Apache Samza 0.10.0. Thanks
>> to
>> > > everyone who has contributed to this release. We are very glad to see
>> > some
>> > > new contributors in this release.
>> > >
>> > >
>> > > The release candidate can be downloaded from here:
>> > >
>> > >
>> > > http://home.apache.org/~nickpan47/samza-0.10.0-rc2/
>> > >
>> > >
>> > > The release candidate is signed with pgp key 911402D8, which is
>> > >
>> > > included in the repository's KEYS file:
>> > >
>> > >
>> > >
>> > >
>> >
>> https://git-wip-us.apache.org/repos/asf?p=samza.git;a=blob;f=KEYS;h=66cbd15cddbbd798c3529e9a8b7f052aab0037a7
>> > >
>> > >
>> > > and can also be found on keyservers:
>> > >
>> > > http://pgp.mit.edu/pks/lookup?op=get&search=0x911402D8
>> > >
>> > >
>> > > The git tag is release-0.10.0-rc2 and signed with the same pgp key:
>> > >
>> > >
>> > >
>> > >
>> >
>> https://git-wip-us.apache.org/repos/asf?p=samza.git;a=tag;h=4a37a3c4754b94805646522fc6644f2dd998e828
>> > >
>> > >
>> > > Test binaries have been published to Maven's staging repository, and
>> are
>> > >
>> > > available here:
>> > >
>> > >
>> > >
>> https://repository.apache.org/content/repositories/orgapachesamza-1011/
>> > >
>> > >
>> > > Note that the binaries were built with JDK7 without incident. This is
>> the
>> > > first version of Samza that does not support JDK6 any more.
>> > >
>> > >
>> > > 128 issues were resolved for this release:
>> > >
>> > >
>> > >
>> > >
>> >
>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SAMZA%20AND%20fixVersion%20%3D%200.10.0%20AND%20status%20in%20(Resolved%2C%20Closed)
>> > >
>> > >
>> > > The vote will be open for 72 hours ( end in 4:00pm Friday, 12/11/2015
>> ).
>> > >
>> > > Please download the release candidate, check the hashes/signature,
>> build
>> > it
>> > >
>> > > and test it, and then please vote:
>> > >
>> > >
>> > > [ ] +1 approve
>> > >
>> > > [ ] +0 no opinion
>> > >
>> > > [ ] -1 disapprove (and reason why)
>> > >
>> > >
>> > > +1 from my side for the release.
>> > >
>> > >
>> > > Yi Pan
>> > >
>> > > nickpan47@gmail.com
>> > >
>> >
>>
>
>

Re: [VOTE] Samza 0.10.0 Release Candidate 2

Posted by Boris Shkolnik <bo...@gmail.com>.
+1 (non-binding).
One note. I failed for me couple of times with the test below, but it
might've been related to some old versions of rocksdbjni, but I am not
sure. I've run it couple of more times and it ran fine.


On Wed, Dec 9, 2015 at 12:15 PM, xinyu liu <xi...@gmail.com> wrote:

> +1 on my side. I also ran the gradle build and unit tests without failure.
>
> Thanks,
> Xinyu
>
> On Wed, Dec 9, 2015 at 9:54 AM, Tao Feng <fe...@gmail.com> wrote:
>
> > +1 from my side(non-binding). I download the package and successfully run
> > all the unit tests without failure.
> >
> > On Tue, Dec 8, 2015 at 3:38 PM, Yi Pan <ni...@gmail.com> wrote:
> >
> > > Hey all,
> > >
> > >
> > > This is a call for a vote on a release of Apache Samza 0.10.0. Thanks
> to
> > > everyone who has contributed to this release. We are very glad to see
> > some
> > > new contributors in this release.
> > >
> > >
> > > The release candidate can be downloaded from here:
> > >
> > >
> > > http://home.apache.org/~nickpan47/samza-0.10.0-rc2/
> > >
> > >
> > > The release candidate is signed with pgp key 911402D8, which is
> > >
> > > included in the repository's KEYS file:
> > >
> > >
> > >
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=samza.git;a=blob;f=KEYS;h=66cbd15cddbbd798c3529e9a8b7f052aab0037a7
> > >
> > >
> > > and can also be found on keyservers:
> > >
> > > http://pgp.mit.edu/pks/lookup?op=get&search=0x911402D8
> > >
> > >
> > > The git tag is release-0.10.0-rc2 and signed with the same pgp key:
> > >
> > >
> > >
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=samza.git;a=tag;h=4a37a3c4754b94805646522fc6644f2dd998e828
> > >
> > >
> > > Test binaries have been published to Maven's staging repository, and
> are
> > >
> > > available here:
> > >
> > >
> > >
> https://repository.apache.org/content/repositories/orgapachesamza-1011/
> > >
> > >
> > > Note that the binaries were built with JDK7 without incident. This is
> the
> > > first version of Samza that does not support JDK6 any more.
> > >
> > >
> > > 128 issues were resolved for this release:
> > >
> > >
> > >
> > >
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SAMZA%20AND%20fixVersion%20%3D%200.10.0%20AND%20status%20in%20(Resolved%2C%20Closed)
> > >
> > >
> > > The vote will be open for 72 hours ( end in 4:00pm Friday, 12/11/2015
> ).
> > >
> > > Please download the release candidate, check the hashes/signature,
> build
> > it
> > >
> > > and test it, and then please vote:
> > >
> > >
> > > [ ] +1 approve
> > >
> > > [ ] +0 no opinion
> > >
> > > [ ] -1 disapprove (and reason why)
> > >
> > >
> > > +1 from my side for the release.
> > >
> > >
> > > Yi Pan
> > >
> > > nickpan47@gmail.com
> > >
> >
>

Re: [VOTE] Samza 0.10.0 Release Candidate 2

Posted by xinyu liu <xi...@gmail.com>.
+1 on my side. I also ran the gradle build and unit tests without failure.

Thanks,
Xinyu

On Wed, Dec 9, 2015 at 9:54 AM, Tao Feng <fe...@gmail.com> wrote:

> +1 from my side(non-binding). I download the package and successfully run
> all the unit tests without failure.
>
> On Tue, Dec 8, 2015 at 3:38 PM, Yi Pan <ni...@gmail.com> wrote:
>
> > Hey all,
> >
> >
> > This is a call for a vote on a release of Apache Samza 0.10.0. Thanks to
> > everyone who has contributed to this release. We are very glad to see
> some
> > new contributors in this release.
> >
> >
> > The release candidate can be downloaded from here:
> >
> >
> > http://home.apache.org/~nickpan47/samza-0.10.0-rc2/
> >
> >
> > The release candidate is signed with pgp key 911402D8, which is
> >
> > included in the repository's KEYS file:
> >
> >
> >
> >
> https://git-wip-us.apache.org/repos/asf?p=samza.git;a=blob;f=KEYS;h=66cbd15cddbbd798c3529e9a8b7f052aab0037a7
> >
> >
> > and can also be found on keyservers:
> >
> > http://pgp.mit.edu/pks/lookup?op=get&search=0x911402D8
> >
> >
> > The git tag is release-0.10.0-rc2 and signed with the same pgp key:
> >
> >
> >
> >
> https://git-wip-us.apache.org/repos/asf?p=samza.git;a=tag;h=4a37a3c4754b94805646522fc6644f2dd998e828
> >
> >
> > Test binaries have been published to Maven's staging repository, and are
> >
> > available here:
> >
> >
> > https://repository.apache.org/content/repositories/orgapachesamza-1011/
> >
> >
> > Note that the binaries were built with JDK7 without incident. This is the
> > first version of Samza that does not support JDK6 any more.
> >
> >
> > 128 issues were resolved for this release:
> >
> >
> >
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SAMZA%20AND%20fixVersion%20%3D%200.10.0%20AND%20status%20in%20(Resolved%2C%20Closed)
> >
> >
> > The vote will be open for 72 hours ( end in 4:00pm Friday, 12/11/2015 ).
> >
> > Please download the release candidate, check the hashes/signature, build
> it
> >
> > and test it, and then please vote:
> >
> >
> > [ ] +1 approve
> >
> > [ ] +0 no opinion
> >
> > [ ] -1 disapprove (and reason why)
> >
> >
> > +1 from my side for the release.
> >
> >
> > Yi Pan
> >
> > nickpan47@gmail.com
> >
>

Re: [VOTE] Samza 0.10.0 Release Candidate 2

Posted by Tao Feng <fe...@gmail.com>.
+1 from my side(non-binding). I download the package and successfully run
all the unit tests without failure.

On Tue, Dec 8, 2015 at 3:38 PM, Yi Pan <ni...@gmail.com> wrote:

> Hey all,
>
>
> This is a call for a vote on a release of Apache Samza 0.10.0. Thanks to
> everyone who has contributed to this release. We are very glad to see some
> new contributors in this release.
>
>
> The release candidate can be downloaded from here:
>
>
> http://home.apache.org/~nickpan47/samza-0.10.0-rc2/
>
>
> The release candidate is signed with pgp key 911402D8, which is
>
> included in the repository's KEYS file:
>
>
>
> https://git-wip-us.apache.org/repos/asf?p=samza.git;a=blob;f=KEYS;h=66cbd15cddbbd798c3529e9a8b7f052aab0037a7
>
>
> and can also be found on keyservers:
>
> http://pgp.mit.edu/pks/lookup?op=get&search=0x911402D8
>
>
> The git tag is release-0.10.0-rc2 and signed with the same pgp key:
>
>
>
> https://git-wip-us.apache.org/repos/asf?p=samza.git;a=tag;h=4a37a3c4754b94805646522fc6644f2dd998e828
>
>
> Test binaries have been published to Maven's staging repository, and are
>
> available here:
>
>
> https://repository.apache.org/content/repositories/orgapachesamza-1011/
>
>
> Note that the binaries were built with JDK7 without incident. This is the
> first version of Samza that does not support JDK6 any more.
>
>
> 128 issues were resolved for this release:
>
>
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SAMZA%20AND%20fixVersion%20%3D%200.10.0%20AND%20status%20in%20(Resolved%2C%20Closed)
>
>
> The vote will be open for 72 hours ( end in 4:00pm Friday, 12/11/2015 ).
>
> Please download the release candidate, check the hashes/signature, build it
>
> and test it, and then please vote:
>
>
> [ ] +1 approve
>
> [ ] +0 no opinion
>
> [ ] -1 disapprove (and reason why)
>
>
> +1 from my side for the release.
>
>
> Yi Pan
>
> nickpan47@gmail.com
>

Re: [VOTE] Samza 0.10.0 Release Candidate 2

Posted by Jagadish Venkatraman <ja...@gmail.com>.
+1 Approve from my side.

On Tue, Dec 8, 2015 at 3:38 PM, Yi Pan <ni...@gmail.com> wrote:

> Hey all,
>
>
> This is a call for a vote on a release of Apache Samza 0.10.0. Thanks to
> everyone who has contributed to this release. We are very glad to see some
> new contributors in this release.
>
>
> The release candidate can be downloaded from here:
>
>
> http://home.apache.org/~nickpan47/samza-0.10.0-rc2/
>
>
> The release candidate is signed with pgp key 911402D8, which is
>
> included in the repository's KEYS file:
>
>
>
> https://git-wip-us.apache.org/repos/asf?p=samza.git;a=blob;f=KEYS;h=66cbd15cddbbd798c3529e9a8b7f052aab0037a7
>
>
> and can also be found on keyservers:
>
> http://pgp.mit.edu/pks/lookup?op=get&search=0x911402D8
>
>
> The git tag is release-0.10.0-rc2 and signed with the same pgp key:
>
>
>
> https://git-wip-us.apache.org/repos/asf?p=samza.git;a=tag;h=4a37a3c4754b94805646522fc6644f2dd998e828
>
>
> Test binaries have been published to Maven's staging repository, and are
>
> available here:
>
>
> https://repository.apache.org/content/repositories/orgapachesamza-1011/
>
>
> Note that the binaries were built with JDK7 without incident. This is the
> first version of Samza that does not support JDK6 any more.
>
>
> 128 issues were resolved for this release:
>
>
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SAMZA%20AND%20fixVersion%20%3D%200.10.0%20AND%20status%20in%20(Resolved%2C%20Closed)
>
>
> The vote will be open for 72 hours ( end in 4:00pm Friday, 12/11/2015 ).
>
> Please download the release candidate, check the hashes/signature, build it
>
> and test it, and then please vote:
>
>
> [ ] +1 approve
>
> [ ] +0 no opinion
>
> [ ] -1 disapprove (and reason why)
>
>
> +1 from my side for the release.
>
>
> Yi Pan
>
> nickpan47@gmail.com
>



-- 
Jagadish V,
Graduate Student,
Department of Computer Science,
Stanford University