Andrew OK. Did that. Now how do I see the debug messages ? They don't show on stdout. Are they appended to a file ? Can't find the path.
-Rohit On Mon, Oct 13, 2014 at 2:34 PM, Andrew Montalenti <[email protected]> wrote: > 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". >> > > -- Rohit Rakshe
