Member since
01-06-2016
4
Posts
0
Kudos Received
0
Solutions
10-07-2016
04:50 PM
The inability to create users indicates a problem on that host. I recommend using the following to manually run the commands on the host where the kafka role is not starting: # /usr/sbin/groupadd -r kafka # /usr/sbin/useradd -r -m -g kafka -K UMASK=022 --home /var/lib/kafka --comment Kafka --shell /sbin/nologin kafka Running them manually should highlight why they failed. Regards, Ben
... View more
08-31-2016
12:20 PM
Thanks, it did fix the issue. Got rid of the variable from the code, I am able to execute it in cluster mode.
... View more