storm集群配置
1、下載zookeeper
本系統使用的是 zookeeper-3.4.6
2、解壓
tar -xf zookeeper-3.4.6.tar.gz
將解壓后的zookeeper-3.4.6文件放在系統的/home/storm/中。
3、將zookeeper-3.4.6/conf目錄下的zoo_sample.cfg文件拷貝一份,命名為為“zoo.cfg”
4、修改zoo.cfg配置文件
修改zoo.cfg內容為:
# The number of milliseconds of each tick tickTime=2000The number of ticks that the initial
synchronization phase can take
initLimit=10
The number of ticks that can pass between
sending a request and getting an acknowledgement
syncLimit=5
the directory where the snapshot is stored.
do not use /tmp for storage, /tmp here is just
example sakes.
dataDir=/home/storm/zookeeper-3.4.3/zookeeperdir/zookeeper-data dataLogDir=/home/storm/zookeeper-3.4.3/zookeeperdir/logs
the port at which the clients will connect
clientPort=2181 #
Be sure to read the maintenance section of the
administrator guide before turning on autopurge.
#
http://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_maintenance
#
The number of snapshots to retain in dataDir
autopurge.snapRetainCount=3
Purge task interval in hours
Set to "0" to disable auto purge feature
autopurge.purgeInterval=1
2888,3888 are election port
server.1=zookeeper:2888:3888</pre>
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!