首页 > 其他 > 详细

zookeeper启动报错

时间:2020-03-17 23:06:33      阅读:73      评论:0      收藏:0      [点我收藏+]

zookeeper启动报错:

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

错误原因:

Ubuntu的默认shell为dash

解决方法:

将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

之后重启即可

zookeeper启动报错

原文:https://www.cnblogs.com/sebuntin2020/p/12513818.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!