You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Joe Stein <jo...@stealth.ly> on 2014/10/21 22:58:55 UTC

[VOTE] 0.8.2-beta Release Candidate 1

This is the first candidate for release of Apache Kafka 0.8.2-beta

Release Notes for the 0.8.2-beta release
https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/RELEASE_NOTES.html

*** Please download, test and vote by Friday, October 24th, 2pm PT

Kafka's KEYS file containing PGP keys we use to sign the release:
https://svn.apache.org/repos/asf/kafka/KEYS in addition to the md5, sha1
and sha2 (SHA256) checksum.

* Release artifacts to be voted upon (source and binary):
https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/

* Maven artifacts to be voted upon prior to release:
https://repository.apache.org/content/groups/staging/

* scala-doc
https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/scala-doc/

* java-doc
https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/java-doc/

* The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2-beta tag
https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=2b2c3da2c52bc62a89d60f85125d3723c8410fa0

/*******************************************
 Joe Stein
 Founder, Principal Consultant
 Big Data Open Source Security LLC
 http://www.stealth.ly
 Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
********************************************/

Re: [VOTE] 0.8.2-beta Release Candidate 1

Posted by Ewen Cheslack-Postava <me...@ewencp.org>.
Yeah, the version on Precise is really old, 1.0, and on Trusty is 1.4.
Using the PPA version worked fine for me on Trusty.

-Ewen

On Thu, Oct 23, 2014, at 10:02 AM, Joe Stein wrote:
> hmmm.
> 
> I just launched a bootstrap clean room (per release docs). Installed
> latest
> gradle
> 
> sudo add-apt-repository ppa:cwchien/gradle
> sudo apt-get update
> sudo apt-get install gradle
> 
> wget
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/kafka-0.8.2-beta-src.tgz
> tar -xvf kafka-0.8.2-beta-src.tgz
> cd kafka-0.8.2-beta-src/
> gradle
> 
> ...
> 
> Building project 'core' with Scala version 2.10.1
> :downloadWrapper
> 
> BUILD SUCCESSFUL
> 
> Total time: 22.066 secs
> 
> so it works, I use the source upload to build the binaries. odd.
> 
> *****
> 
> Maybe the gradle version you have is too old or something? I am using
> 
> vagrant@precise64:~/kafka-0.8.2-beta-src$ gradle -version
> 
> ------------------------------------------------------------
> Gradle 2.1
> ------------------------------------------------------------
> 
> Build time:   2014-09-08 10:40:39 UTC
> Build number: none
> Revision:     e6cf70745ac11fa943e19294d19a2c527a669a53
> 
> Groovy:       2.3.6
> Ant:          Apache Ant(TM) version 1.9.3 compiled on December 23 2013
> JVM:          1.6.0_45 (Sun Microsystems Inc. 20.45-b01)
> OS:           Linux 3.2.0-23-generic amd64
> 
> 
> 
> /*******************************************
>  Joe Stein
>  Founder, Principal Consultant
>  Big Data Open Source Security LLC
>  http://www.stealth.ly
>  Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
> ********************************************/
> 
> On Thu, Oct 23, 2014 at 12:49 PM, Neha Narkhede <ne...@gmail.com>
> wrote:
> 
> > Joe,
> >
> > I downloaded the source distro and ran into this error. Followed the steps
> > listed on the release process wiki to validate the release.
> >
> > vagrant@precise64:~/kafka-0.8.2-beta-src$ gradle
> >
> > FAILURE: Build failed with an exception.
> >
> > * Where:
> > Script '/home/vagrant/kafka-0.8.2-beta-src/scala.gradle' line: 2
> >
> > * What went wrong:
> > A problem occurred evaluating script.
> > Cause: Could not find property 'ext' on settings 'kafka-0.8.2-beta-src'.
> >
> > * Try:
> > Run with --stacktrace option to get the stack trace. Run with --info or
> > --debug option to get more log output.
> >
> > BUILD FAILED
> >
> > Total time: 1.565 secs
> > vagrant@precise64:~/kafka-0.8.2-beta-src$ cat scala.gradle
> > if (!hasProperty('scalaVersion')) {
> >   ext.scalaVersion = '2.10.1'
> > }
> > ext.defaultScalaVersion = '2.10.1'
> > if (scalaVersion.startsWith('2.10')) {
> >     ext.baseScalaVersion = '2.10'
> > } else if (scalaVersion.startsWith('2.11')) {
> >     ext.baseScalaVersion = '2.11'
> > } else {
> >     ext.baseScalaVersion = scalaVersion
> > }
> >
> > On Tue, Oct 21, 2014 at 1:58 PM, Joe Stein <jo...@stealth.ly> wrote:
> >
> > > This is the first candidate for release of Apache Kafka 0.8.2-beta
> > >
> > > Release Notes for the 0.8.2-beta release
> > >
> > >
> > https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/RELEASE_NOTES.html
> > >
> > > *** Please download, test and vote by Friday, October 24th, 2pm PT
> > >
> > > Kafka's KEYS file containing PGP keys we use to sign the release:
> > > https://svn.apache.org/repos/asf/kafka/KEYS in addition to the md5, sha1
> > > and sha2 (SHA256) checksum.
> > >
> > > * Release artifacts to be voted upon (source and binary):
> > > https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/
> > >
> > > * Maven artifacts to be voted upon prior to release:
> > > https://repository.apache.org/content/groups/staging/
> > >
> > > * scala-doc
> > >
> > https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/scala-doc/
> > >
> > > * java-doc
> > >
> > https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/java-doc/
> > >
> > > * The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2-beta tag
> > >
> > >
> > https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=2b2c3da2c52bc62a89d60f85125d3723c8410fa0
> > >
> > > /*******************************************
> > >  Joe Stein
> > >  Founder, Principal Consultant
> > >  Big Data Open Source Security LLC
> > >  http://www.stealth.ly
> > >  Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
> > > ********************************************/
> > >
> >

Re: [VOTE] 0.8.2-beta Release Candidate 1

Posted by Joe Stein <jo...@stealth.ly>.
hmmm.

I just launched a bootstrap clean room (per release docs). Installed latest
gradle

sudo add-apt-repository ppa:cwchien/gradle
sudo apt-get update
sudo apt-get install gradle

wget
https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/kafka-0.8.2-beta-src.tgz
tar -xvf kafka-0.8.2-beta-src.tgz
cd kafka-0.8.2-beta-src/
gradle

...

Building project 'core' with Scala version 2.10.1
:downloadWrapper

BUILD SUCCESSFUL

Total time: 22.066 secs

so it works, I use the source upload to build the binaries. odd.

*****

Maybe the gradle version you have is too old or something? I am using

vagrant@precise64:~/kafka-0.8.2-beta-src$ gradle -version

------------------------------------------------------------
Gradle 2.1
------------------------------------------------------------

Build time:   2014-09-08 10:40:39 UTC
Build number: none
Revision:     e6cf70745ac11fa943e19294d19a2c527a669a53

Groovy:       2.3.6
Ant:          Apache Ant(TM) version 1.9.3 compiled on December 23 2013
JVM:          1.6.0_45 (Sun Microsystems Inc. 20.45-b01)
OS:           Linux 3.2.0-23-generic amd64



/*******************************************
 Joe Stein
 Founder, Principal Consultant
 Big Data Open Source Security LLC
 http://www.stealth.ly
 Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
********************************************/

On Thu, Oct 23, 2014 at 12:49 PM, Neha Narkhede <ne...@gmail.com>
wrote:

> Joe,
>
> I downloaded the source distro and ran into this error. Followed the steps
> listed on the release process wiki to validate the release.
>
> vagrant@precise64:~/kafka-0.8.2-beta-src$ gradle
>
> FAILURE: Build failed with an exception.
>
> * Where:
> Script '/home/vagrant/kafka-0.8.2-beta-src/scala.gradle' line: 2
>
> * What went wrong:
> A problem occurred evaluating script.
> Cause: Could not find property 'ext' on settings 'kafka-0.8.2-beta-src'.
>
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or
> --debug option to get more log output.
>
> BUILD FAILED
>
> Total time: 1.565 secs
> vagrant@precise64:~/kafka-0.8.2-beta-src$ cat scala.gradle
> if (!hasProperty('scalaVersion')) {
>   ext.scalaVersion = '2.10.1'
> }
> ext.defaultScalaVersion = '2.10.1'
> if (scalaVersion.startsWith('2.10')) {
>     ext.baseScalaVersion = '2.10'
> } else if (scalaVersion.startsWith('2.11')) {
>     ext.baseScalaVersion = '2.11'
> } else {
>     ext.baseScalaVersion = scalaVersion
> }
>
> On Tue, Oct 21, 2014 at 1:58 PM, Joe Stein <jo...@stealth.ly> wrote:
>
> > This is the first candidate for release of Apache Kafka 0.8.2-beta
> >
> > Release Notes for the 0.8.2-beta release
> >
> >
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/RELEASE_NOTES.html
> >
> > *** Please download, test and vote by Friday, October 24th, 2pm PT
> >
> > Kafka's KEYS file containing PGP keys we use to sign the release:
> > https://svn.apache.org/repos/asf/kafka/KEYS in addition to the md5, sha1
> > and sha2 (SHA256) checksum.
> >
> > * Release artifacts to be voted upon (source and binary):
> > https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/
> >
> > * Maven artifacts to be voted upon prior to release:
> > https://repository.apache.org/content/groups/staging/
> >
> > * scala-doc
> >
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/scala-doc/
> >
> > * java-doc
> >
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/java-doc/
> >
> > * The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2-beta tag
> >
> >
> https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=2b2c3da2c52bc62a89d60f85125d3723c8410fa0
> >
> > /*******************************************
> >  Joe Stein
> >  Founder, Principal Consultant
> >  Big Data Open Source Security LLC
> >  http://www.stealth.ly
> >  Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
> > ********************************************/
> >
>

Re: [VOTE] 0.8.2-beta Release Candidate 1

Posted by Neha Narkhede <ne...@gmail.com>.
Joe,

I downloaded the source distro and ran into this error. Followed the steps
listed on the release process wiki to validate the release.

vagrant@precise64:~/kafka-0.8.2-beta-src$ gradle

FAILURE: Build failed with an exception.

* Where:
Script '/home/vagrant/kafka-0.8.2-beta-src/scala.gradle' line: 2

* What went wrong:
A problem occurred evaluating script.
Cause: Could not find property 'ext' on settings 'kafka-0.8.2-beta-src'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or
--debug option to get more log output.

BUILD FAILED

Total time: 1.565 secs
vagrant@precise64:~/kafka-0.8.2-beta-src$ cat scala.gradle
if (!hasProperty('scalaVersion')) {
  ext.scalaVersion = '2.10.1'
}
ext.defaultScalaVersion = '2.10.1'
if (scalaVersion.startsWith('2.10')) {
    ext.baseScalaVersion = '2.10'
} else if (scalaVersion.startsWith('2.11')) {
    ext.baseScalaVersion = '2.11'
} else {
    ext.baseScalaVersion = scalaVersion
}

On Tue, Oct 21, 2014 at 1:58 PM, Joe Stein <jo...@stealth.ly> wrote:

> This is the first candidate for release of Apache Kafka 0.8.2-beta
>
> Release Notes for the 0.8.2-beta release
>
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/RELEASE_NOTES.html
>
> *** Please download, test and vote by Friday, October 24th, 2pm PT
>
> Kafka's KEYS file containing PGP keys we use to sign the release:
> https://svn.apache.org/repos/asf/kafka/KEYS in addition to the md5, sha1
> and sha2 (SHA256) checksum.
>
> * Release artifacts to be voted upon (source and binary):
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/
>
> * Maven artifacts to be voted upon prior to release:
> https://repository.apache.org/content/groups/staging/
>
> * scala-doc
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/scala-doc/
>
> * java-doc
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/java-doc/
>
> * The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2-beta tag
>
> https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=2b2c3da2c52bc62a89d60f85125d3723c8410fa0
>
> /*******************************************
>  Joe Stein
>  Founder, Principal Consultant
>  Big Data Open Source Security LLC
>  http://www.stealth.ly
>  Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
> ********************************************/
>

Re: [VOTE] 0.8.2-beta Release Candidate 1

Posted by Joe Stein <jo...@stealth.ly>.
+1 (binding) verified maven (doc, sources, test, core for 2.9.1/2, 2.10,
2.11), binaries from source, source verification and implementation tests
passing from maven and the binaries
https://github.com/stealthly/scala-kafka/tree/0.8.2-beta

I will close the vote ~ 3pm PT if you haven't voted please do so before
then. If all goes well I will push to maven central, update download docs
and send the announce tomorrow morning. I don't think we should switch over
github main branch until 0.8.2 is final.

/*******************************************
 Joe Stein
 Founder, Principal Consultant
 Big Data Open Source Security LLC
 http://www.stealth.ly
 Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
********************************************/

On Sat, Oct 25, 2014 at 3:28 AM, Manikumar Reddy <ku...@nmsworks.co.in>
wrote:

> +1 (non-binding). Verified the source and binary releases.
>
> Regards,
> Manikumar
>

Re: [VOTE] 0.8.2-beta Release Candidate 1

Posted by Manikumar Reddy <ku...@nmsworks.co.in>.
+1 (non-binding). Verified the source and binary releases.

Regards,
Manikumar

Re: [VOTE] 0.8.2-beta Release Candidate 1

Posted by Darion Yaphet <da...@gmail.com>.
+1
New Sender is Added ~

2014-10-25 1:18 GMT+08:00 Neha Narkhede <ne...@gmail.com>:

> +1 (binding)
>
> Verified the quickstart, docs, unit tests on the source and binary release.
>
> Thanks,
> Neha
>
> On Fri, Oct 24, 2014 at 9:26 AM, Gwen Shapira <gs...@cloudera.com>
> wrote:
>
> > +1 (non-official community vote).
> >
> > Kicked the tires of the binary release. Works out of the box as
> > expected, new producer included.
> >
> > On Fri, Oct 24, 2014 at 5:22 AM, Joe Stein <jo...@stealth.ly> wrote:
> > > Jun, I updated the
> > >
> >
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/java-doc/
> > > with the contents of kafka-clients-0.8.2-beta-javadoc.jar
> > >
> > > There weren't any artifact changes so I don't think we need a new
> release
> > > candidate ... we can extend the vote to Monday if we don't get a
> > pass/fail
> > > by 2pm PT today.
> > >
> > > /*******************************************
> > >  Joe Stein
> > >  Founder, Principal Consultant
> > >  Big Data Open Source Security LLC
> > >  http://www.stealth.ly
> > >  Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
> > > ********************************************/
> > >
> > > On Fri, Oct 24, 2014 at 12:04 AM, Jun Rao <ju...@gmail.com> wrote:
> > >
> > >> Joe,
> > >>
> > >> Verified quickstart on both the src and binary release. They all look
> > good.
> > >> The javadoc doesn't seem to include those in clients. Could you add
> > them?
> > >>
> > >> Thanks,
> > >>
> > >> Jun
> > >>
> > >> On Tue, Oct 21, 2014 at 1:58 PM, Joe Stein <jo...@stealth.ly>
> > wrote:
> > >>
> > >> > This is the first candidate for release of Apache Kafka 0.8.2-beta
> > >> >
> > >> > Release Notes for the 0.8.2-beta release
> > >> >
> > >> >
> > >>
> >
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/RELEASE_NOTES.html
> > >> >
> > >> > *** Please download, test and vote by Friday, October 24th, 2pm PT
> > >> >
> > >> > Kafka's KEYS file containing PGP keys we use to sign the release:
> > >> > https://svn.apache.org/repos/asf/kafka/KEYS in addition to the md5,
> > sha1
> > >> > and sha2 (SHA256) checksum.
> > >> >
> > >> > * Release artifacts to be voted upon (source and binary):
> > >> > https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/
> > >> >
> > >> > * Maven artifacts to be voted upon prior to release:
> > >> > https://repository.apache.org/content/groups/staging/
> > >> >
> > >> > * scala-doc
> > >> >
> > >>
> >
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/scala-doc/
> > >> >
> > >> > * java-doc
> > >> >
> > >>
> >
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/java-doc/
> > >> >
> > >> > * The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2-beta
> > tag
> > >> >
> > >> >
> > >>
> >
> https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=2b2c3da2c52bc62a89d60f85125d3723c8410fa0
> > >> >
> > >> > /*******************************************
> > >> >  Joe Stein
> > >> >  Founder, Principal Consultant
> > >> >  Big Data Open Source Security LLC
> > >> >  http://www.stealth.ly
> > >> >  Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
> > >> > ********************************************/
> > >> >
> > >>
> >
>



-- 

long is the way and hard  that out of Hell leads up to light

Re: [VOTE] 0.8.2-beta Release Candidate 1

Posted by Neha Narkhede <ne...@gmail.com>.
+1 (binding)

Verified the quickstart, docs, unit tests on the source and binary release.

Thanks,
Neha

On Fri, Oct 24, 2014 at 9:26 AM, Gwen Shapira <gs...@cloudera.com> wrote:

> +1 (non-official community vote).
>
> Kicked the tires of the binary release. Works out of the box as
> expected, new producer included.
>
> On Fri, Oct 24, 2014 at 5:22 AM, Joe Stein <jo...@stealth.ly> wrote:
> > Jun, I updated the
> >
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/java-doc/
> > with the contents of kafka-clients-0.8.2-beta-javadoc.jar
> >
> > There weren't any artifact changes so I don't think we need a new release
> > candidate ... we can extend the vote to Monday if we don't get a
> pass/fail
> > by 2pm PT today.
> >
> > /*******************************************
> >  Joe Stein
> >  Founder, Principal Consultant
> >  Big Data Open Source Security LLC
> >  http://www.stealth.ly
> >  Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
> > ********************************************/
> >
> > On Fri, Oct 24, 2014 at 12:04 AM, Jun Rao <ju...@gmail.com> wrote:
> >
> >> Joe,
> >>
> >> Verified quickstart on both the src and binary release. They all look
> good.
> >> The javadoc doesn't seem to include those in clients. Could you add
> them?
> >>
> >> Thanks,
> >>
> >> Jun
> >>
> >> On Tue, Oct 21, 2014 at 1:58 PM, Joe Stein <jo...@stealth.ly>
> wrote:
> >>
> >> > This is the first candidate for release of Apache Kafka 0.8.2-beta
> >> >
> >> > Release Notes for the 0.8.2-beta release
> >> >
> >> >
> >>
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/RELEASE_NOTES.html
> >> >
> >> > *** Please download, test and vote by Friday, October 24th, 2pm PT
> >> >
> >> > Kafka's KEYS file containing PGP keys we use to sign the release:
> >> > https://svn.apache.org/repos/asf/kafka/KEYS in addition to the md5,
> sha1
> >> > and sha2 (SHA256) checksum.
> >> >
> >> > * Release artifacts to be voted upon (source and binary):
> >> > https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/
> >> >
> >> > * Maven artifacts to be voted upon prior to release:
> >> > https://repository.apache.org/content/groups/staging/
> >> >
> >> > * scala-doc
> >> >
> >>
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/scala-doc/
> >> >
> >> > * java-doc
> >> >
> >>
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/java-doc/
> >> >
> >> > * The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2-beta
> tag
> >> >
> >> >
> >>
> https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=2b2c3da2c52bc62a89d60f85125d3723c8410fa0
> >> >
> >> > /*******************************************
> >> >  Joe Stein
> >> >  Founder, Principal Consultant
> >> >  Big Data Open Source Security LLC
> >> >  http://www.stealth.ly
> >> >  Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
> >> > ********************************************/
> >> >
> >>
>

Re: [VOTE] 0.8.2-beta Release Candidate 1

Posted by Gwen Shapira <gs...@cloudera.com>.
+1 (non-official community vote).

Kicked the tires of the binary release. Works out of the box as
expected, new producer included.

On Fri, Oct 24, 2014 at 5:22 AM, Joe Stein <jo...@stealth.ly> wrote:
> Jun, I updated the
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/java-doc/
> with the contents of kafka-clients-0.8.2-beta-javadoc.jar
>
> There weren't any artifact changes so I don't think we need a new release
> candidate ... we can extend the vote to Monday if we don't get a pass/fail
> by 2pm PT today.
>
> /*******************************************
>  Joe Stein
>  Founder, Principal Consultant
>  Big Data Open Source Security LLC
>  http://www.stealth.ly
>  Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
> ********************************************/
>
> On Fri, Oct 24, 2014 at 12:04 AM, Jun Rao <ju...@gmail.com> wrote:
>
>> Joe,
>>
>> Verified quickstart on both the src and binary release. They all look good.
>> The javadoc doesn't seem to include those in clients. Could you add them?
>>
>> Thanks,
>>
>> Jun
>>
>> On Tue, Oct 21, 2014 at 1:58 PM, Joe Stein <jo...@stealth.ly> wrote:
>>
>> > This is the first candidate for release of Apache Kafka 0.8.2-beta
>> >
>> > Release Notes for the 0.8.2-beta release
>> >
>> >
>> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/RELEASE_NOTES.html
>> >
>> > *** Please download, test and vote by Friday, October 24th, 2pm PT
>> >
>> > Kafka's KEYS file containing PGP keys we use to sign the release:
>> > https://svn.apache.org/repos/asf/kafka/KEYS in addition to the md5, sha1
>> > and sha2 (SHA256) checksum.
>> >
>> > * Release artifacts to be voted upon (source and binary):
>> > https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/
>> >
>> > * Maven artifacts to be voted upon prior to release:
>> > https://repository.apache.org/content/groups/staging/
>> >
>> > * scala-doc
>> >
>> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/scala-doc/
>> >
>> > * java-doc
>> >
>> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/java-doc/
>> >
>> > * The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2-beta tag
>> >
>> >
>> https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=2b2c3da2c52bc62a89d60f85125d3723c8410fa0
>> >
>> > /*******************************************
>> >  Joe Stein
>> >  Founder, Principal Consultant
>> >  Big Data Open Source Security LLC
>> >  http://www.stealth.ly
>> >  Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
>> > ********************************************/
>> >
>>

Re: [VOTE] 0.8.2-beta Release Candidate 1

Posted by Jun Rao <ju...@gmail.com>.
Joe,

Thanks. +1 on RC 1 from me.

Jun

On Fri, Oct 24, 2014 at 5:22 AM, Joe Stein <jo...@stealth.ly> wrote:

> Jun, I updated the
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/java-doc/
> with the contents of kafka-clients-0.8.2-beta-javadoc.jar
>
> There weren't any artifact changes so I don't think we need a new release
> candidate ... we can extend the vote to Monday if we don't get a pass/fail
> by 2pm PT today.
>
> /*******************************************
>  Joe Stein
>  Founder, Principal Consultant
>  Big Data Open Source Security LLC
>  http://www.stealth.ly
>  Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
> ********************************************/
>
> On Fri, Oct 24, 2014 at 12:04 AM, Jun Rao <ju...@gmail.com> wrote:
>
> > Joe,
> >
> > Verified quickstart on both the src and binary release. They all look
> good.
> > The javadoc doesn't seem to include those in clients. Could you add them?
> >
> > Thanks,
> >
> > Jun
> >
> > On Tue, Oct 21, 2014 at 1:58 PM, Joe Stein <jo...@stealth.ly> wrote:
> >
> > > This is the first candidate for release of Apache Kafka 0.8.2-beta
> > >
> > > Release Notes for the 0.8.2-beta release
> > >
> > >
> >
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/RELEASE_NOTES.html
> > >
> > > *** Please download, test and vote by Friday, October 24th, 2pm PT
> > >
> > > Kafka's KEYS file containing PGP keys we use to sign the release:
> > > https://svn.apache.org/repos/asf/kafka/KEYS in addition to the md5,
> sha1
> > > and sha2 (SHA256) checksum.
> > >
> > > * Release artifacts to be voted upon (source and binary):
> > > https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/
> > >
> > > * Maven artifacts to be voted upon prior to release:
> > > https://repository.apache.org/content/groups/staging/
> > >
> > > * scala-doc
> > >
> >
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/scala-doc/
> > >
> > > * java-doc
> > >
> >
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/java-doc/
> > >
> > > * The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2-beta tag
> > >
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=2b2c3da2c52bc62a89d60f85125d3723c8410fa0
> > >
> > > /*******************************************
> > >  Joe Stein
> > >  Founder, Principal Consultant
> > >  Big Data Open Source Security LLC
> > >  http://www.stealth.ly
> > >  Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
> > > ********************************************/
> > >
> >
>

Re: [VOTE] 0.8.2-beta Release Candidate 1

Posted by Joe Stein <jo...@stealth.ly>.
Jun, I updated the
https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/java-doc/
with the contents of kafka-clients-0.8.2-beta-javadoc.jar

There weren't any artifact changes so I don't think we need a new release
candidate ... we can extend the vote to Monday if we don't get a pass/fail
by 2pm PT today.

/*******************************************
 Joe Stein
 Founder, Principal Consultant
 Big Data Open Source Security LLC
 http://www.stealth.ly
 Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
********************************************/

On Fri, Oct 24, 2014 at 12:04 AM, Jun Rao <ju...@gmail.com> wrote:

> Joe,
>
> Verified quickstart on both the src and binary release. They all look good.
> The javadoc doesn't seem to include those in clients. Could you add them?
>
> Thanks,
>
> Jun
>
> On Tue, Oct 21, 2014 at 1:58 PM, Joe Stein <jo...@stealth.ly> wrote:
>
> > This is the first candidate for release of Apache Kafka 0.8.2-beta
> >
> > Release Notes for the 0.8.2-beta release
> >
> >
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/RELEASE_NOTES.html
> >
> > *** Please download, test and vote by Friday, October 24th, 2pm PT
> >
> > Kafka's KEYS file containing PGP keys we use to sign the release:
> > https://svn.apache.org/repos/asf/kafka/KEYS in addition to the md5, sha1
> > and sha2 (SHA256) checksum.
> >
> > * Release artifacts to be voted upon (source and binary):
> > https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/
> >
> > * Maven artifacts to be voted upon prior to release:
> > https://repository.apache.org/content/groups/staging/
> >
> > * scala-doc
> >
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/scala-doc/
> >
> > * java-doc
> >
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/java-doc/
> >
> > * The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2-beta tag
> >
> >
> https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=2b2c3da2c52bc62a89d60f85125d3723c8410fa0
> >
> > /*******************************************
> >  Joe Stein
> >  Founder, Principal Consultant
> >  Big Data Open Source Security LLC
> >  http://www.stealth.ly
> >  Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
> > ********************************************/
> >
>

Re: [VOTE] 0.8.2-beta Release Candidate 1

Posted by Jun Rao <ju...@gmail.com>.
Joe,

Verified quickstart on both the src and binary release. They all look good.
The javadoc doesn't seem to include those in clients. Could you add them?

Thanks,

Jun

On Tue, Oct 21, 2014 at 1:58 PM, Joe Stein <jo...@stealth.ly> wrote:

> This is the first candidate for release of Apache Kafka 0.8.2-beta
>
> Release Notes for the 0.8.2-beta release
>
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/RELEASE_NOTES.html
>
> *** Please download, test and vote by Friday, October 24th, 2pm PT
>
> Kafka's KEYS file containing PGP keys we use to sign the release:
> https://svn.apache.org/repos/asf/kafka/KEYS in addition to the md5, sha1
> and sha2 (SHA256) checksum.
>
> * Release artifacts to be voted upon (source and binary):
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/
>
> * Maven artifacts to be voted upon prior to release:
> https://repository.apache.org/content/groups/staging/
>
> * scala-doc
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/scala-doc/
>
> * java-doc
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/java-doc/
>
> * The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2-beta tag
>
> https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=2b2c3da2c52bc62a89d60f85125d3723c8410fa0
>
> /*******************************************
>  Joe Stein
>  Founder, Principal Consultant
>  Big Data Open Source Security LLC
>  http://www.stealth.ly
>  Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
> ********************************************/
>

RE: [VOTE] 0.8.2-beta Release Candidate 1

Posted by "Seshadri, Balaji" <Ba...@dish.com>.
We are testing 0.8.2 branch now in dev-int.

Balaji

-----Original Message-----
From: Neha Narkhede [mailto:neha.narkhede@gmail.com] 
Sent: Friday, October 24, 2014 12:06 PM
To: dev@kafka.apache.org
Subject: Re: [VOTE] 0.8.2-beta Release Candidate 1

So the criteria is: At least one company doing a serious testing cycle on the beta and possibly running it in production for few weeks?

That's right.

On Fri, Oct 24, 2014 at 10:54 AM, Harsha <ka...@harsha.io> wrote:

> +1 (non-binding)
>
> On Fri, Oct 24, 2014, at 10:49 AM, Gwen Shapira wrote:
> > So the criteria is: At least one company doing a serious testing 
> > cycle on the beta and possibly running it in production for few weeks?
> >
> > On Fri, Oct 24, 2014 at 10:43 AM, Neha Narkhede 
> > <neha.narkhede@gmail.com
> >
> > wrote:
> > > Gwen,
> > >
> > > Production grade testing is the plan for moving from beta to 
> > > stable. It will be great if companies that pick up beta, deploy 
> > > it, use it and
> report
> > > bugs. LinkedIn will be helping do this within a 4-5 weeks 
> > > timeframe, if possible.
> > >
> > > Thanks,
> > > Neha
> > >
> > > On Fri, Oct 24, 2014 at 10:36 AM, Gwen Shapira 
> > > <gs...@cloudera.com>
> > > wrote:
> > >
> > >> What's the plan for moving from beta to stable?
> > >> Time based? Or are there any patches that need to go in?
> > >>
> > >> On Tue, Oct 21, 2014 at 1:58 PM, Joe Stein <jo...@stealth.ly>
> wrote:
> > >> > This is the first candidate for release of Apache Kafka 
> > >> > 0.8.2-beta
> > >> >
> > >> > Release Notes for the 0.8.2-beta release
> > >> >
> > >>
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/RELEAS
> E_NOTES.html
> > >> >
> > >> > *** Please download, test and vote by Friday, October 24th, 2pm 
> > >> > PT
> > >> >
> > >> > Kafka's KEYS file containing PGP keys we use to sign the release:
> > >> > https://svn.apache.org/repos/asf/kafka/KEYS in addition to the
> md5, sha1
> > >> > and sha2 (SHA256) checksum.
> > >> >
> > >> > * Release artifacts to be voted upon (source and binary):
> > >> > https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1
> > >> > /
> > >> >
> > >> > * Maven artifacts to be voted upon prior to release:
> > >> > https://repository.apache.org/content/groups/staging/
> > >> >
> > >> > * scala-doc
> > >> >
> > >>
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/scala-
> doc/
> > >> >
> > >> > * java-doc
> > >> >
> > >>
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/java-d
> oc/
> > >> >
> > >> > * The tag to be voted upon (off the 0.8.2 branch) is the 
> > >> > 0.8.2-beta
> tag
> > >> >
> > >>
> https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=2b2c3da2c5
> 2bc62a89d60f85125d3723c8410fa0
> > >> >
> > >> > /*******************************************
> > >> >  Joe Stein
> > >> >  Founder, Principal Consultant
> > >> >  Big Data Open Source Security LLC  http://www.stealth.ly
> > >> >  Twitter: @allthingshadoop 
> > >> > <http://www.twitter.com/allthingshadoop>
> > >> > ********************************************/
> > >>
>

Re: [VOTE] 0.8.2-beta Release Candidate 1

Posted by Neha Narkhede <ne...@gmail.com>.
So the criteria is: At least one company doing a serious testing cycle
on the beta and possibly running it in production for few weeks?

That's right.

On Fri, Oct 24, 2014 at 10:54 AM, Harsha <ka...@harsha.io> wrote:

> +1 (non-binding)
>
> On Fri, Oct 24, 2014, at 10:49 AM, Gwen Shapira wrote:
> > So the criteria is: At least one company doing a serious testing cycle
> > on the beta and possibly running it in production for few weeks?
> >
> > On Fri, Oct 24, 2014 at 10:43 AM, Neha Narkhede <neha.narkhede@gmail.com
> >
> > wrote:
> > > Gwen,
> > >
> > > Production grade testing is the plan for moving from beta to stable. It
> > > will be great if companies that pick up beta, deploy it, use it and
> report
> > > bugs. LinkedIn will be helping do this within a 4-5 weeks timeframe, if
> > > possible.
> > >
> > > Thanks,
> > > Neha
> > >
> > > On Fri, Oct 24, 2014 at 10:36 AM, Gwen Shapira <gs...@cloudera.com>
> > > wrote:
> > >
> > >> What's the plan for moving from beta to stable?
> > >> Time based? Or are there any patches that need to go in?
> > >>
> > >> On Tue, Oct 21, 2014 at 1:58 PM, Joe Stein <jo...@stealth.ly>
> wrote:
> > >> > This is the first candidate for release of Apache Kafka 0.8.2-beta
> > >> >
> > >> > Release Notes for the 0.8.2-beta release
> > >> >
> > >>
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/RELEASE_NOTES.html
> > >> >
> > >> > *** Please download, test and vote by Friday, October 24th, 2pm PT
> > >> >
> > >> > Kafka's KEYS file containing PGP keys we use to sign the release:
> > >> > https://svn.apache.org/repos/asf/kafka/KEYS in addition to the
> md5, sha1
> > >> > and sha2 (SHA256) checksum.
> > >> >
> > >> > * Release artifacts to be voted upon (source and binary):
> > >> > https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/
> > >> >
> > >> > * Maven artifacts to be voted upon prior to release:
> > >> > https://repository.apache.org/content/groups/staging/
> > >> >
> > >> > * scala-doc
> > >> >
> > >>
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/scala-doc/
> > >> >
> > >> > * java-doc
> > >> >
> > >>
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/java-doc/
> > >> >
> > >> > * The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2-beta
> tag
> > >> >
> > >>
> https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=2b2c3da2c52bc62a89d60f85125d3723c8410fa0
> > >> >
> > >> > /*******************************************
> > >> >  Joe Stein
> > >> >  Founder, Principal Consultant
> > >> >  Big Data Open Source Security LLC
> > >> >  http://www.stealth.ly
> > >> >  Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
> > >> > ********************************************/
> > >>
>

Re: [VOTE] 0.8.2-beta Release Candidate 1

Posted by Harsha <ka...@harsha.io>.
+1 (non-binding)

On Fri, Oct 24, 2014, at 10:49 AM, Gwen Shapira wrote:
> So the criteria is: At least one company doing a serious testing cycle
> on the beta and possibly running it in production for few weeks?
> 
> On Fri, Oct 24, 2014 at 10:43 AM, Neha Narkhede <ne...@gmail.com>
> wrote:
> > Gwen,
> >
> > Production grade testing is the plan for moving from beta to stable. It
> > will be great if companies that pick up beta, deploy it, use it and report
> > bugs. LinkedIn will be helping do this within a 4-5 weeks timeframe, if
> > possible.
> >
> > Thanks,
> > Neha
> >
> > On Fri, Oct 24, 2014 at 10:36 AM, Gwen Shapira <gs...@cloudera.com>
> > wrote:
> >
> >> What's the plan for moving from beta to stable?
> >> Time based? Or are there any patches that need to go in?
> >>
> >> On Tue, Oct 21, 2014 at 1:58 PM, Joe Stein <jo...@stealth.ly> wrote:
> >> > This is the first candidate for release of Apache Kafka 0.8.2-beta
> >> >
> >> > Release Notes for the 0.8.2-beta release
> >> >
> >> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/RELEASE_NOTES.html
> >> >
> >> > *** Please download, test and vote by Friday, October 24th, 2pm PT
> >> >
> >> > Kafka's KEYS file containing PGP keys we use to sign the release:
> >> > https://svn.apache.org/repos/asf/kafka/KEYS in addition to the md5, sha1
> >> > and sha2 (SHA256) checksum.
> >> >
> >> > * Release artifacts to be voted upon (source and binary):
> >> > https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/
> >> >
> >> > * Maven artifacts to be voted upon prior to release:
> >> > https://repository.apache.org/content/groups/staging/
> >> >
> >> > * scala-doc
> >> >
> >> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/scala-doc/
> >> >
> >> > * java-doc
> >> >
> >> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/java-doc/
> >> >
> >> > * The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2-beta tag
> >> >
> >> https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=2b2c3da2c52bc62a89d60f85125d3723c8410fa0
> >> >
> >> > /*******************************************
> >> >  Joe Stein
> >> >  Founder, Principal Consultant
> >> >  Big Data Open Source Security LLC
> >> >  http://www.stealth.ly
> >> >  Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
> >> > ********************************************/
> >>

Re: [VOTE] 0.8.2-beta Release Candidate 1

Posted by Gwen Shapira <gs...@cloudera.com>.
So the criteria is: At least one company doing a serious testing cycle
on the beta and possibly running it in production for few weeks?

On Fri, Oct 24, 2014 at 10:43 AM, Neha Narkhede <ne...@gmail.com> wrote:
> Gwen,
>
> Production grade testing is the plan for moving from beta to stable. It
> will be great if companies that pick up beta, deploy it, use it and report
> bugs. LinkedIn will be helping do this within a 4-5 weeks timeframe, if
> possible.
>
> Thanks,
> Neha
>
> On Fri, Oct 24, 2014 at 10:36 AM, Gwen Shapira <gs...@cloudera.com>
> wrote:
>
>> What's the plan for moving from beta to stable?
>> Time based? Or are there any patches that need to go in?
>>
>> On Tue, Oct 21, 2014 at 1:58 PM, Joe Stein <jo...@stealth.ly> wrote:
>> > This is the first candidate for release of Apache Kafka 0.8.2-beta
>> >
>> > Release Notes for the 0.8.2-beta release
>> >
>> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/RELEASE_NOTES.html
>> >
>> > *** Please download, test and vote by Friday, October 24th, 2pm PT
>> >
>> > Kafka's KEYS file containing PGP keys we use to sign the release:
>> > https://svn.apache.org/repos/asf/kafka/KEYS in addition to the md5, sha1
>> > and sha2 (SHA256) checksum.
>> >
>> > * Release artifacts to be voted upon (source and binary):
>> > https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/
>> >
>> > * Maven artifacts to be voted upon prior to release:
>> > https://repository.apache.org/content/groups/staging/
>> >
>> > * scala-doc
>> >
>> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/scala-doc/
>> >
>> > * java-doc
>> >
>> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/java-doc/
>> >
>> > * The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2-beta tag
>> >
>> https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=2b2c3da2c52bc62a89d60f85125d3723c8410fa0
>> >
>> > /*******************************************
>> >  Joe Stein
>> >  Founder, Principal Consultant
>> >  Big Data Open Source Security LLC
>> >  http://www.stealth.ly
>> >  Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
>> > ********************************************/
>>

Re: [VOTE] 0.8.2-beta Release Candidate 1

Posted by Neha Narkhede <ne...@gmail.com>.
Gwen,

Production grade testing is the plan for moving from beta to stable. It
will be great if companies that pick up beta, deploy it, use it and report
bugs. LinkedIn will be helping do this within a 4-5 weeks timeframe, if
possible.

Thanks,
Neha

On Fri, Oct 24, 2014 at 10:36 AM, Gwen Shapira <gs...@cloudera.com>
wrote:

> What's the plan for moving from beta to stable?
> Time based? Or are there any patches that need to go in?
>
> On Tue, Oct 21, 2014 at 1:58 PM, Joe Stein <jo...@stealth.ly> wrote:
> > This is the first candidate for release of Apache Kafka 0.8.2-beta
> >
> > Release Notes for the 0.8.2-beta release
> >
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/RELEASE_NOTES.html
> >
> > *** Please download, test and vote by Friday, October 24th, 2pm PT
> >
> > Kafka's KEYS file containing PGP keys we use to sign the release:
> > https://svn.apache.org/repos/asf/kafka/KEYS in addition to the md5, sha1
> > and sha2 (SHA256) checksum.
> >
> > * Release artifacts to be voted upon (source and binary):
> > https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/
> >
> > * Maven artifacts to be voted upon prior to release:
> > https://repository.apache.org/content/groups/staging/
> >
> > * scala-doc
> >
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/scala-doc/
> >
> > * java-doc
> >
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/java-doc/
> >
> > * The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2-beta tag
> >
> https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=2b2c3da2c52bc62a89d60f85125d3723c8410fa0
> >
> > /*******************************************
> >  Joe Stein
> >  Founder, Principal Consultant
> >  Big Data Open Source Security LLC
> >  http://www.stealth.ly
> >  Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
> > ********************************************/
>

Re: [VOTE] 0.8.2-beta Release Candidate 1

Posted by Gwen Shapira <gs...@cloudera.com>.
What's the plan for moving from beta to stable?
Time based? Or are there any patches that need to go in?

On Tue, Oct 21, 2014 at 1:58 PM, Joe Stein <jo...@stealth.ly> wrote:
> This is the first candidate for release of Apache Kafka 0.8.2-beta
>
> Release Notes for the 0.8.2-beta release
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/RELEASE_NOTES.html
>
> *** Please download, test and vote by Friday, October 24th, 2pm PT
>
> Kafka's KEYS file containing PGP keys we use to sign the release:
> https://svn.apache.org/repos/asf/kafka/KEYS in addition to the md5, sha1
> and sha2 (SHA256) checksum.
>
> * Release artifacts to be voted upon (source and binary):
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/
>
> * Maven artifacts to be voted upon prior to release:
> https://repository.apache.org/content/groups/staging/
>
> * scala-doc
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/scala-doc/
>
> * java-doc
> https://people.apache.org/~joestein/kafka-0.8.2-beta-candidate1/java-doc/
>
> * The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2-beta tag
> https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=2b2c3da2c52bc62a89d60f85125d3723c8410fa0
>
> /*******************************************
>  Joe Stein
>  Founder, Principal Consultant
>  Big Data Open Source Security LLC
>  http://www.stealth.ly
>  Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
> ********************************************/