a-herch
a-herch

Reputation: 137

unable to start Kafka sandbox HDP

I'am trying to run kafka from ambari UI. sandbox hdp. it does not start. i checked the log the error is :

java.lang.IllegalArgumentException: Error creating broker listeners from 'sandbox-hdp.hortonworks.com:9092': Unable to parse sandbox-hdp.hortonworks.com:9092 to a broker $.

Upvotes: 0

Views: 125

Answers (1)

Dennis Jaheruddin
Dennis Jaheruddin

Reputation: 21561

It seems this was resolved on the Cloudera Community. The key conclusion:

It's worked for me after changing my listener ip from localhost to exact ip of virtualbox.

Upvotes: 1

Related Questions