cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Unable to install kafka in community edition

dyusuf
New Contributor II

Hi,

I am trying to install kafka in databricks community edition after downloading. Using below command in notebook..

 
%sh cd kafka_2.12-3.8.1/
ls -ltr ./
bin/zookeeper-server-start.sh config/zookeeper.properties
 
Below is the error log.
Kindly help.
1 REPLY 1

Walter_C
Databricks Employee
Databricks Employee

It seems like the issue might be related to a port conflict, as indicated by the java.net.BindException: Address already in use error. You might want to check if another instance of ZooKeeper or another service is using the same port

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local communityโ€”sign up today to get started!

Sign Up Now