摘要: ZooKeeper客户端 zkCli.sh 节点的增删改查 在 bin 目录下的 zkCli.sh 就是ZooKeeper客户端 ./zkCli.sh -timeout 5000 -server 127.0.0.1:2181 客户端与ZooKeeper建立链接 timeout:超时时间,单位毫秒 r 阅读全文
posted @ 2017-02-04 15:22 史安良 阅读(478) 评论(0) 推荐(0) 编辑