The Web UI for the storm setup on turing can be accessed at: http://turing.cds.iisc.ac.in:8080/index.html You can use the storm starter project https://github.com/apache/storm/tree/v1.0.1/examples/storm-starter to try out sample topologies on the cluster. To submit a topology use the following command: storm jar E.G: storm jar Storm1-1.0-SNAPSHOT-jar-with-dependencies.jar main.java.topology.ExclamationTopology aakash-testtopo To kill the topology run: storm kill E.G: storm kill aakash-testtopo • Please ensure that you kill your topologies once you are done with your jobs. • We will kill topologies that have been running for more than an hour. • Do not kill topologies that were not created by you. • Also prefix the topology name with your unix username (e.g: aakash-toponame). We will use this name to send out an email in case we kill your topology. If this is not present or doesn't match the unix username you will not receive an email.