码迷,mamicode.com
首页 > 其他好文 > 详细

流量分析系统---启动流程

时间:2018-01-08 10:59:03      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:分析   logger   red   serve   gen   storm   .sh   启动流程   nbsp   

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

 

流量分析系统---启动流程

标签:分析   logger   red   serve   gen   storm   .sh   启动流程   nbsp   

原文地址:https://www.cnblogs.com/SuMeng/p/8241214.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!