Zookeeper无法正常运行

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_30180559/article/details/79526649


问题出现现象:(如下)

[root@hadoop bin]# ./zkServer.sh statusJMX enabled by defaultUsing config: /usr/local/zk/bin/../conf/zoo.cfgError contacting service. It is probably not running.

【注意版本】CentOs7 下使用

systemctl stop firewalld.service #停止firewall

systemctl disable firewalld.service #禁止firewall开机启动

即可解决


猜你喜欢

转载自blog.csdn.net/qq_30180559/article/details/79526649