Submit TopologiesCommand format: Storm jar "jar path" topology Package name. Topology class name "" Topology Name "
Example: Storm Jar/storm-starter.jar storm.starter.WordCountTopology Wordcounttop
#提交storm-starter.jar to the remote cluster and start the wordcounttop topology.
Stop topologiesCommand format: Storm kill "Topology name" Sample: Storm Kill wordcounttop# Kill Wordcounttop topology.
Start Nimbus DaemonCommand format: Storm Nimbus
Start Supervisor DaemonCommand format: Storm supervisor
start the DRPC serviceCommand format: Storm DRPC
start the UI serviceCommand format: Storm UI
Start ReplRepl-read-evaluate-print-loop. Although Clojure can be embedded in Java as a scripting language, its preferred programming is to use REPL, a simple command-line interface that allows you to enter your commands, execute them, and then view the results. You can start repl with the following command: Command format: Storm REPL
Print Local ConfigurationCommand format: Storm localconfvalue "configuration parameter keyword" Example: Storm Localconfvalue storm.zookeeper.servers# Prints the locally configured values according to the specified parameters.
Print Remote ConfigurationCommand format: Storm remoteconfvalue "configuration parameter keyword" Example: Storm Remoteconfvalue storm.zookeeper.servers# Prints the value of the remote configuration according to the specified parameters.
Execute shell Script
Command format: Storm Shell resourcesdir Command args
Print ClasspathCommand format: Storm Classpath
Twitter storm common commands