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.