Re: Help: Kafka LeaderNotAvailableException

2015-01-22 Thread Gwen Shapira
It sounds like you have two zookeepers, one for HDP and one for Kafka. Did you move Kafka from one zookeeper to another? Perhaps Kafka finds the topics (logs) on disk, but they do not exist in ZK because you are using a different zookeeper now. Gwen On Thu, Jan 22, 2015 at 6:38 PM, Jun Rao wrot

Re: Help: Kafka LeaderNotAvailableException

2015-01-22 Thread Jun Rao
Any error in the controller and the broker log? Thanks, Jun On Thu, Jan 22, 2015 at 1:33 AM, wrote: > Hi, > Let me overview on the issue that I am facing on producing message in > Kafka: > I have horthonworks HDP-2.1 installed, along that we have Kafka on other > node. > > * On kafka node: > S

Re: Help: Kafka LeaderNotAvailableException

2015-01-22 Thread Joe Stein
Vishal, Does this error happen every time you are sending? Or just the first time? Joe Stein On Thu, Jan 22, 2015 at 4:33 AM, wrote: > Hi, > Let me overview on the issue that I am facing on producing message in > Kafka: > I have horthonworks HDP-2.1 installed, along that we have Kafka on other

Help: Kafka LeaderNotAvailableException

2015-01-22 Thread Vishal_Jain2
Hi, Let me overview on the issue that I am facing on producing message in Kafka: I have horthonworks HDP-2.1 installed, along that we have Kafka on other node. * On kafka node: Start Zookeepeer Start Kafka Broker service Send message/producer Consume message - Works (Note: here we start Zookeeper