Created 12-25-2015 11:53 PM
Installing Ambari 2.2, it seem that the kafka properties broker.id is missing, causing kafka broker not to start. Is this a bug? I had to add it to the config as a custom broker.
Created 02-02-2016 03:17 PM
Solution was to add the missing property, broker.id = 0
Created 12-26-2015 12:06 AM
What version of HDP are you deploying?
Created 12-27-2015 03:31 PM
HDP 2.3.2.
Created 01-06-2016 04:08 PM
I don't see broker.id in ambari 2.1 and 2.2
Created 02-02-2016 03:01 PM
@Hassan Faouaz has this been resolved? Can you post your solution or accept best answer?
Created 02-02-2016 03:17 PM
Solution was to add the missing property, broker.id = 0
Created 02-02-2016 03:17 PM
@Hassan Faouaz when you vote for yourself you don't get points, I unaccepted and accepted your answer.
Created 02-03-2016 05:32 AM
I think broker.id is not visible on Ambari, since it is automatically created upon kafka installation.
If you check your server.properties of all the brokers, you will see that they have different broker.id.
Btw, did anyone here put a value on host.name?
I saw on HDP docs that "Leave hostname empty to bind to default interface."
Created 02-05-2016 07:04 PM
Kafka stores the broker.id in a file at time install of meta.properties and it will be forever that number until you delete that file is located kafka logs.dir/meta.properties
#Thu Feb 04 11:50:40 EST 2016 version=0 broker.id=1003
Stop Kafka and Delete and it should recreate
Created 07-04-2017 07:37 PM
this 'kafka logs.dir/meta.properties' was the info very much help for my task here. thank you @mthiele.