文档:git clone httpsgitee.comstarplatinum…
链接:http://note.youdao.com/noteshare?id=0d00ca7f8253f6acec12c69a6d264256&sub=EC2B14099FA948479EF09C3419AE6C7F
添加链接描述
git clone https://gitee.com/starplatinum111/apache-zookeeper-3.5.9-bin
chmod 764 /home/app/software/apache-zookeeper-3.5.9-bin/bin/zkServer.sh
chmod 764 /home/app/software/apache-zookeeper-3.5.9-bin/bin/zkCli.sh
/home/app/software/apache-zookeeper-3.5.9-bin/bin/zkServer.sh start
/home/app/software/apache-zookeeper-3.5.9-bin/bin/zkCli.sh -server 127.0.0.1:2181
create /zk “test”
get /zk
Zookeeper启动时,bin/zkServer.sh: line 109:./zookeeper.out: 权限不够_梁云亮的博客-优快云博客

博客记录了使用git克隆代码的操作,如git clone相关链接。还展示了Zookeeper的启动步骤,包括修改脚本权限、启动服务和客户端等,同时提到Zookeeper启动时可能出现的权限不够问题。

被折叠的 条评论
为什么被折叠?



