解压 storm 修改配置文件   storm.yaml

storm

 

之后就可以到bin目录下启动了

启动storm
在nimbus主机上
nohup ./storm nimbus 1>/dev/null 2>&1 &
nohup ./storm ui 1>/dev/null 2>&1 &

在supervisor主机上
nohup ./storm supervisor 1>/dev/null 2>&1 &

 

在nimbus机器的8080端口

storm

 

 

 

 

 

相关文章:

  • 2021-11-17
  • 2021-08-23
  • 2021-06-25
  • 2021-03-31
  • 2022-01-06
  • 2021-05-22
  • 2021-09-30
猜你喜欢
  • 2021-10-24
  • 2021-06-20
相关资源
相似解决方案