Bhubaneswar, Odisha, India
+91-8328865778
support@softchief.com

Problem installing ZooKeeper & Kafka in macOS Sierra

Problem installing ZooKeeper & Kafka in macOS Sierra

Until I could successfully installed Kafka in my macOS Sierra environment, the problem I was facing is bringing the zookeeper up & running. We can start Kafka server only if zookeeper server is up.

Downloaded the zookeeper trunk build from git repo and extracted in local

When started the zookeeper first time from the extracted build, the following was the message I got in the terminal

https://smartechie.com/wp-content/uploads/2017/09/kafpa-local-setup-error-1.jpeg

Now trying to test if the server is up, but failed to get the connection

https://smartechie.com/wp-content/uploads/2017/09/kafpa-local-setup-error-2.jpeg

Tried to start the zookeeper server again, however this time also I got same message as like first time.

https://smartechie.com/wp-content/uploads/2017/09/kafpa-local-setup-error-1.jpeg

Still didn’t get any zookeeper instance up & running 🙁

The issue might seems a silly one, however finally somehow I able to install the zookeeper & Kafka successfully.

Here is the post I want to share step by step to make the Kafka installation ease in Mac OSX environment.