2014年8月15日 星期五

[研究] Apache Zookeeper 3.4.6 安裝 (CentOS 7.0 x86_64)

[研究] Apache Zookeeper 3.4.6 安裝 (CentOS 7.0 x86_64)

2014-08-15

ZooKeeper顧名思義是動物園管理員(Zoo Keeper),他是拿來管大象(Hadoop)、蜜蜂(Hive)、小豬(Pig)的管理員, Apache Hbase和 Apache Solr 以及LinkedIn sensei  等項目中都採用到了 Zookeeper。ZooKeeper是一個分散式的,開放源碼的分散式應用程式協調服務,以Fast Paxos演算法為基礎,實現同步服務,設定維護和命名服務等分散式應用。

官方網站
http://zookeeper.apache.org/

安裝參考
http://zookeeper.apache.org/doc/r3.4.6/zookeeperStarted.html

安裝

wget http://apache.cdpa.nsysu.edu.tw/zookeeper/zookeeper-3.4.6/zookeeper-3.4.6.tar.gz
tar zxvf  zookeeper-3.4.6.tar.gz -C /usr/local
mkdir -p /var/lib/zookeeper
cp  zookeeper-3.4.5/conf
cp  zoo_sample.cfg  zoo.cfg


簡要參數提示

/usr/local/zookeeper-3.4.6/bin/zkServer.sh

結果
[root@localhost ~]# /usr/local/zookeeper-3.4.6/bin/zkServer.sh
JMX enabled by default
Using config: /usr/local/zookeeper-3.4.6/bin/../conf/zoo.cfg
Usage: /usr/local/zookeeper-3.4.6/bin/zkServer.sh {start|start-foreground|stop|restart|status|upgrade|print-cmd}

啟動

/usr/local/zookeeper-3.4.6/bin/zkServer.sh start


停止

/usr/local/zookeeper-3.4.6/bin/zkServer.sh stop

有關程式開發部分請看
http://zookeeper.apache.org/doc/trunk/zookeeperStarted.html#sc_InstallingSingleMode

(完)

相關

[研究] Apache Zookeeper 3.4.6 安裝 (CentOS 7.0 x86_64)
http://shaurong.blogspot.com/2014/08/apache-zookeeper-346-centos-70-x8664.html

[研究] Zookeeper 3.4.5 動物園管理員 (分散式應用程式協調服務) 安裝 (CentOS 6.4 x64)
http://shaurong.blogspot.com/2013/12/zookeeper-345-centos-64-x64.html

[研究] Apache Zookeeper 3.3.5 安裝 (CentOS 6.4 x64)
http://shaurong.blogspot.com/2013/07/apache-zookeeper-345.html

沒有留言:

張貼留言