Apache Storm Component Guide
Also available as:
PDF
loading table of contents...

Chapter 7. Deploying and Managing Apache Storm Topologies

Use the command line interface to deploy a Storm topology after packaging it in a .jar file.

For example, you can use the following command to deploy WordCountTopology from the storm-starter jar:

storm jar storm-starter-<starter_version>-storm-<storm_version>.jar storm.starter.WordCountTopology WordCount -c nimbus.host=sandbox.hortonworks.com

The remainder of this chapter describes the Storm UI, which shows diagnostics for a cluster and topologies, allowing you to monitor and manage deployed topologies.