Hi All,
I am done with standalone testing of ELK with Kafka now i want to implement Full Clustered ELK + Kafka .
Please share docs and imp points for the same .
Hi All,
I am done with standalone testing of ELK with Kafka now i want to implement Full Clustered ELK + Kafka .
Please share docs and imp points for the same .
You'll get more useful answers if you ask a more concrete question.
Below is my zookeeper config file ,
Zoo.cfg
############################################
tickTime=2000
initLimit=10
syncLimit=5
dataDir=/zookeeper/data
dataLogDir=/zookeeper/logs
clientPort=2181
maxClientCnxns=60
autopurge.snapRetainCount=5
autopurge.purgeInterval=0
server.1=PQR:2888:3888
server.2=XYZ:2888:3888
server.3=ABC:2888:3888
######################################################
I am trying to start my zookeeper cluster but getting below exception , on all 3 servers . what is wrong with config files .
2017-12-22 08:36:56,993 [myid:] - INFO [main:QuorumPeerConfig@136] - Reading configuration from: /usr/local/zookeeper/bin/../conf/zoo.cfg
2017-12-22 08:36:57,003 [myid:] - INFO [main:QuorumPeer$QuorumServer@184] - Resolved hostname: ABC to address: /ABC
2017-12-22 08:36:57,003 [myid:] - INFO [main:QuorumPeer$QuorumServer@184] - Resolved hostname: XYZ to address: /XYZ
2017-12-22 08:36:57,004 [myid:] - INFO [main:QuorumPeer$QuorumServer@184] - Resolved hostname: PQR to address: /PQR
2017-12-22 08:36:57,004 [myid:] - INFO [main:QuorumPeerConfig@398] - Defaulting to majority quorums
2017-12-22 08:36:57,005 [myid:] - ERROR [main:QuorumPeerMain@88] - Invalid config, exiting abnormally
org.apache.zookeeper.server.quorum.QuorumPeerConfig$ConfigException: Error processing /usr/local/zookeeper/bin/../conf/zoo.cfg
at org.apache.zookeeper.server.quorum.QuorumPeerConfig.parse(QuorumPeerConfig.java:156)
at org.apache.zookeeper.server.quorum.QuorumPeerMain.initializeAndRun(QuorumPeerMain.java:104)
at org.apache.zookeeper.server.quorum.QuorumPeerMain.main(QuorumPeerMain.java:81)
Caused by: java.lang.IllegalArgumentException: /zookeeper/data/myid file is missing
at org.apache.zookeeper.server.quorum.QuorumPeerConfig.parseProperties(QuorumPeerConfig.java:408)
at org.apache.zookeeper.server.quorum.QuorumPeerConfig.parse(QuorumPeerConfig.java:152)
... 2 more
Invalid config, exiting abnormally
please help on the same
This forum is for Logstash questions. Zookeeper questions belong elsewhere.
/zookeeper/data/myid file is missing
Isn't this error message pretty clear?
yes i have created file myid .
But i am getting some other exception now .
Can you help me where i can ask for kafka related queries .
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.