zookeeper:
每台机子都要执行
#启动
zkServer.sh start
#查看状态
zkServer.sh start
#停止
zkServer.sh stop
storm
master中启动nimbus和ui: nohup storm nimbus & nohup storm ui &
supervis机器上启动:
nohup storm supervisor &
redis
#启动
service redis start
#关闭
service redis stop
kafka
每台机子都要执行
#启动 nohup kafka-server-start.sh /export/servers/kafka/config/server.properties & #停止 kafka-server-stop.sh
flume
#在mini1启动flume客户端
./bin/flume-ng agent -n a1 -c conf -f conf/myconf/exec.conf -Dflume.root.logger=INFO,console