1.启动storm的各个进程:
nohup storm nimbus &
nohup storm supervisor &
nohup storm ui &
2.启动storm的topology:
storm jar stormtopology10.jar com.hc360.storm.BusinessTopology businessTopology 1;
3.杀掉storm进程:
storm的进程可以通过jps列出所有进程,直接kill掉进程
杀掉topology:
storm kill businessTopology;
4.重启supervisor时需要执行下面清楚操作
rm -rf /state/partition1
时间: 2024-10-10 23:13:42