Member since
08-09-2017
3
Posts
3
Kudos Received
0
Solutions
01-30-2018
08:44 AM
3 Kudos
I got it working. It seems there were some phantom borkers in zookeeper because I reconfigured the location of the kafka nodes after installation. Removing the brokers from zookeeper and restarting the kafka nodes solved the issue: bin/zookeeper-shell <zk-host>:2181 rmr /borker Br., Istvan
... View more
01-30-2018
07:57 AM
@Nikhil Silsarma
... View more
01-29-2018
02:32 PM
Hi, I have the same issue. HDP 2.6.3 I have tried to run the following commands WORKING: bin/kafka-console-consumer.sh --zookeeper master.server:2181 --topic test --from-beginning
bin/kafka-simple-consumer-shell.sh --broker-list worker-2.server:6667,worker-3.server:6667,worker-4.server:6667 --topic test --partition 0
NOT WORKING: bin/kafka-console-consumer.sh --bootstrap-server worker-2.server:6667 --new-consumer --topic test --from-beginning I have configured log4j.rootLogger=DEBUG via ambari. But I can't see anything in the logs. Can you help please?
... View more