I'm able to submit a topology job in the multi-tenant cluster. The job is running. However, the logviewer page is not available. Is there any way to solve this issue?
相关问题
- Is there an alternative to Twitter Storm that is w
- Apache Storm: storm-core build failure
- How to Set spoutconfig from default setting?
- Processing records in order in Storm
- storm topology: one to many (random)
相关文章
- STORM ERROR java.lang.UnsatisfiedLinkError?
- Storm dynamic topology
- Storm topology configuration
- Proper way to ACK in Storm in a chain of bolts
- In storm, how to specify specific version of pytho
- KafkaSpout throws NoClassDefFoundError for log4j
- Max number of tuple replays on Storm Kafka Spout
- how to tune the parallelism hint in storm
you need to start the logviewer before you click on
topology port
to see logviewer. To start logviewer run:$ storm logviewer
same as you run$ storm list
I faced the same issue for logviewer's home page, but directly navigating to a particular log file that exists in the logs folder works. Try this:
MachineIP:8000/log?file=worker-6700.log