8.14. Ubuntu Known Issues

  • BUG-19351: Zookeeper does not have shell access on Ubuntu and Debian Hosts.

    Description: The /etc/passwd file has no shell access for zookeeper:

    zookeeper:x:108:115:ZooKeeper User,,,:/var/lib/zookeeper:/bin/false

    Workaround: Modify the zookeeper user to have shell access. For example:

    usermod zookeeper -s /bin/bash