Re: zookeeper version issue

2013-09-04 Thread Joe Stein
Kafka 0.8.0 builds with "org.apache.zookeeper" % "zookeeper" % "3.3.4" /*** Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly Twitter: @allthingshadoop ***

Re: zookeeper version issue

2013-09-04 Thread Eugene Gorelik
I found the same problem. Kafka 08 is bundled with zookeeper 3.3.3, which is causing some issues

Re: zookeeper version issue

2013-05-31 Thread Neha Narkhede
Actually, the version of zookeeper that Kafka 08 and 07 depend on is 3.3.4. Zookeeper 3.3.3 has known serious bugs with lost watchers. Thanks, Neha On Fri, May 31, 2013 at 10:22 AM, Dennis Haller wrote: > The version of zookeeper embedded with Kafka 0.8 is still v. 3.3.3. > > Regards > Dennis >

Re: zookeeper version issue

2013-05-31 Thread Dennis Haller
The version of zookeeper embedded with Kafka 0.8 is still v. 3.3.3. Regards Dennis On Wed, Apr 24, 2013 at 10:41 AM, Yu, Libo wrote: > According to what I tried, kafka 0.8 works with zookeepr 3.4.3. > > > Regards, > > Libo > >

Re: zookeeper version issue

2013-04-24 Thread Yu, Libo
According to what I tried, kafka 0.8 works with zookeepr 3.4.3. Regards, Libo

Re: zookeeper version issue

2013-04-23 Thread Neha Narkhede
Its odd that you found the bundled zookeeper version of Kafka 0.8 to be 3.3.3. It should be 3.3.4. Also, there is no compatibility with using the zookeeper 3.4.3 server with the 3.3.4 client. Thanks, Neha On Tue, Apr 23, 2013 at 11:00 AM, Yu, Libo wrote: > Hi, > > I downloaded kafka 0.8 and noti

zookeeper version issue

2013-04-23 Thread Yu, Libo
Hi, I downloaded kafka 0.8 and notice the bundled zookeeper is version 3.3.3. I am trying to install it on a cluster and so some testing. The cluster already has zookeeper 3.4.3 running and I am going to use it with kafka 0.8. Is there any compatibility issue? No previous version kafka is running