1、执行./zkServer.sh start后查看服务状态显示It is prpbably is not running.
但是查看进程jps,zookeeper服务进程是正常启动的。
解决办法:先停止zookeeper服务./zkServer.sh stop
[root@hadoop2 bin]# cd ../conf
[root@hadoop2 conf]# vi zoo.cfg
添加了:quorumListenOnAllIPs=true
再重启zookeeper服务就好了
1、执行./zkServer.sh start后查看服务状态显示It is prpbably is not running.
但是查看进程jps,zookeeper服务进程是正常启动的。
解决办法:先停止zookeeper服务./zkServer.sh stop
[root@hadoop2 bin]# cd ../conf
[root@hadoop2 conf]# vi zoo.cfg
添加了:quorumListenOnAllIPs=true
再重启zookeeper服务就好了