How to see the input and output in storm [closed]

血红的双手。 提交于 2019-12-11 11:24:28

问题


I have installed Apache Storm and also executed the example word count topology. But there was no input or output shown. How can I see it?


回答1:


Basic Understanding

  • The manual is a must-read, especially the Concepts section will help you to get a basic understanding.
  • You should not only install the example topology for word count, you should also read the appendant tutorial.

Input / Output

  • Your last bolt should transport the output to the destination. That might be a database, service, ...
  • You may use logging as in any other Java application.
  • If you're using the Trident API, there is a Debug filter, which you can integrate into your topology.


来源:https://stackoverflow.com/questions/20877656/how-to-see-the-input-and-output-in-storm

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!