Storm UI not showing running topology?

1,078 views
Skip to first unread message

Howard

unread,
Oct 22, 2012, 12:00:59 PM10/22/12
to storm...@googlegroups.com
Hi,

1. I have one nimbus (with UI)+ 2 supervisor installed.
2. Total 3 zookeeper installed on each machine
3. I can see the 2 supervisors on storm UI (installed on nimbus)
4. On one of my supervisor, I execute the storm starter project

storm jar storm-starter-0.0.1-SNAPSHOT-jar-with-dependencies.jar storm.starter.ExclamationTopology

Questions:

a. I can see the code running from the shell, but I am not sure if they are running on the local node or in the cluster
b. In the web UI I can't see there is any jobs running (e.g. Num workers, Num executors), nor the topology, anything I need to check?

Thanks.

Dmitry Mescheryakov

unread,
Oct 22, 2012, 12:11:29 PM10/22/12
to storm...@googlegroups.com
Hello Howard,

You need to provide topology name as the last cmd parameter, e.g.:
storm jar storm-starter-0.0.1-SNAPSHOT-jar-with-dependencies.jar
storm.starter.ExclamationTopology exclamation-topo

When you do not provide the topology name, storm runs the topology in
local mode, instead of the cluster. This can be seen in the
ExclamationTopology sources:
https://github.com/nathanmarz/storm-starter/blob/master/src/jvm/storm/starter/ExclamationTopology.java#L57

Dmitry

2012/10/22 Howard <howa...@gmail.com>:
Reply all
Reply to author
Forward
0 new messages