728x90
반응형
https://zookeeper.apache.org/doc/current/zookeeperStarted.html
OS - Mac
brew install zookeeper
brew services list
brew services start zookeeper
brew services stop zookeeper
config 파일 위치: /usr/local/etc/zookeeper/zoo.cfg
Zookeeper Start & Stop
/usr/local/bin/zkServer start/stop
/usr/local/bin/zkCli -server 127.0.0.1:2181
Zookeeper Command(명령어)
help
ls /
create /zk_test my_data
get /zk_test
set /zk_test junk
728x90
반응형
'Bigdata > Zookeeper' 카테고리의 다른 글
Apache Curator Example & Description (0) | 2024.05.22 |
---|---|
Zookeeper 개념 및 아키텍처 (0) | 2024.05.21 |