cloudera - Kafka parcel not installed well -
i using cloudera cluster (5.5.1-1.cdh5.5.1)
, installed kafka parcel (2.0.1-1.2.0.1.p0.5)
. when tried add kafka service on cluster, had following error on every host tried add role on : error found before invoking supervisord: user [kafka] not exist.
created user manually on every node needed, restarted service, , seemed work until tried modify kafka config cloudera manager. cloudera's kafka configuration isn't "binded" real kafka configuration.
the error when try modify broker.id
:
fatal error during kafkaserverstartable startup. prepare shutdown kafka.common.inconsistentbrokeridexception: configured broker.id 101 doesn't match stored broker.id 145 in meta.properties. if moved data, make sure configured broker.id matches. if intend create new broker, should remove data in data directories (log.dirs).`
Comments
Post a Comment