无法在CentOS 7上启动Zookeeper

时间:2018-11-12 04:09:02

标签: java centos apache-zookeeper solrcloud

当我尝试启动Zookeeper服务器时,出现错误

  

bash:zkServer.sh:找不到命令...

我已按照Solr 7.5 documentation

中给出的安装说明进行操作

在zoo.cfg文件中,我添加了以下信息。

tickTime=2000
dataDir=/var/lib/zookeeper
clientPort=2181

initLimit=5
syncLimit=2
server.1=192.168.8.10:2888:3888
server.2=192.168.8.11:2888:3888
server.3=192.168.8.12:2888:3888

autopurge.snapRetainCount=3
autopurge.purgeInterval=1

我具有CentOS 7,并且已经安装了Java版本1.8.0_191,并且通过使用以下内容编辑.bash_profile文件来设置环境变量。

export JAVA_HOME=/opt/jdk1.8.0_191
export PATH=/opt/jdk1.8.0_191/bin:$PATH

我曾尝试使用 zkServer.sh start 命令和 zkServer.sh start-foreground 这两个命令都不起作用。任何人都可以提出解决此问题的建议。

Zookeeper Start Error

0 个答案:

没有答案