We actually killed the topology by giving the command "storm kill topologyname" in command prompt. Is it fine if we run the topology in same topology name after killing? or else we have to give another unique name. Please do help us to proceed. Thank You,Priya
Date: Tue, 21 Jan 2014 19:37:10 +0530 Subject: Re: TOPOLOGY INFORMATION IS NOT APPEARING IN STORM UI From: [email protected] To: [email protected] There are two things to notice here: 1. Whether you are submitting the topology to the storm cluster or to the local cluster. If you submit the topology to the storm cluster, you will be able to find the topology information on storm UI. 2. Whether storm nimbus and storm ui parameters are correctly configured in program and storm.yaml file respectively. Thanks, Richards Peter.
