简体   繁体   English

如何查看风暴拓扑提交成功或失败?

[英]How to check storm topology submitted successfully or got failed?

In my requirement I have to monitor the storm topology submission, means if submission got failed I have to resubmit it. 根据我的要求,我必须监视风暴拓扑提交,这意味着如果提交失败,则必须重新提交。 As far I know storm list will give you list of all topologies but I am not sure how can it would fit in this use case. 据我所知, storm list将为您提供所有拓扑的列表,但是我不确定它如何适合此用例。

I have to achieve this via CLI . 我必须通过CLI实现这一点。

  • If you are running the deployment on linux, you can check the $? 如果您正在Linux上运行部署,则可以检查$? output after running the command. 运行命令后输出。
  • If it is non-zero, there is an issue with the deployment. 如果非零,则说明部署存在问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM