StormSubmitter.submitTopology() takes a map of options, include "topology.debug": true in there and you'll get debug messages for the topology.
It's not possible to run the Storm UI while running the cluster in local mode (via LocalCluster). On Mon, Oct 13, 2014 at 5:30 PM, Rohit Rakshe <[email protected]> wrote: > Hello, > I am trying out the word counter example. When run with LocalCluster, > debug messages are printed on stdout. How do see the debug messages if the > topology is submitted using stormSubmitter to a one-node cluster ? > > Tried: > - started UI with "storm ui" and then "storm logviewer", but " > http://localhost:8080" shows "page not found". >
