Perfect Jun! It works. Thanks a ton.
On Mon, Jul 8, 2013 at 9:00 AM, Jun Rao wrote:
> The following is the weird part. 0:0 is not a valid host and port. Could
> you take a look at the EC2 FAQ in
> https://cwiki.apache.org/confluence/display/KAFKA/FAQ? It's for the
> consumers, but may apply to t
The following is the weird part. 0:0 is not a valid host and port. Could
you take a look at the EC2 FAQ in
https://cwiki.apache.org/confluence/display/KAFKA/FAQ? It's for the
consumers, but may apply to the producers too.
[2013-06-28 14:07:19,653] ERROR Connection attempt to 0:0 failed, next
attem
Hi Jun
I am still not able to run Kafka 0.7. and getting the same error as
described in my thread. As for Kafka Spout to work I need Kafka 0.7 so it
would be great if you could help me out with this. I did not understand
what you mentioned in your last message "wipe out both Zookeeper and Kafka
0.
Hey Jun
Thanks for your prompt response. I don't really get "wipe out both
Zookeeper and Kafka 0.8 data". I just changed the log data directories in
both kafka and zookeeper configs and still I am getting the same error.
Isn't that sufficient? What else do I need to do to wipe out the data? What
d
You need to wipe out both the ZK data and the Kafka data from 0.8, in order
to try 0.7.
Thanks,
Jun
On Sun, Jun 30, 2013 at 11:28 PM, Yavar Husain wrote:
> Kafka 0.8 works great. I am able to use CLI as well as write my own
> producers/consumers!
>
> Checking Zookeeper... and I see all the top
Kafka 0.8 works great. I am able to use CLI as well as write my own
producers/consumers!
Checking Zookeeper... and I see all the topics and partitions created
successfully for 0.8.
Kafka 0.7 does not work!
Why Kafka 0.7? I am using Kafka Spout from Storm which is made for Kafka
0.7.
First I jus