Zookeeper启动报错问题记录

bin/zkServer.sh: 81: /home/ljj/software/zookeeper-3.4.13/bin/zkEnv.sh: Syntax error: "(" unexpected (expecting "fi")

将dash 改为 bash   

root@PC:~$ ls -l /bin/sh
lrwxrwxrwx 1 root root 4 9月 25 12:48 /bin/sh -> dash

root@PC:~$ ln -sf bash /bin/sh

root@PC:~$ ls -l /bin/sh
lrwxrwxrwx 1 root root 4 11月 12 15:50 /bin/sh -> bash
重启即可

posted @ 2019-05-16 10:09  走码课  阅读(344)  评论(0)    收藏  举报