GitHub user caofangkun opened a pull request:
https://github.com/apache/storm/pull/297
STROM-473:Provide BASH script like: storm.sh start-nimbus.sh stop-nimbus...
$STORM_HOME/bin/start-numbus.sh
$STORM_HOME/bin/stop-numbus.sh
$STORM_HOME/bin/start-supervisor.sh
$STORM_HOME/bin/stop-supervisor.sh
$STORM_HOME/bin/start-dev-zookeeper.sh
$STORM_HOME/bin/stop-dev-zookeeper.sh
$STORM_HOME/bin/storm jar ./path-to-jar.jar topology_main_function args
$STORM_HOME/bin/storm version
$STORM_HOME/bin/start-drpc.sh
$STORM_HOME/bin/stop-drpc.sh
$STORM_HOME/bin/storm kill topology_name
$STORM_HOME/bin/storm activate topology_name
$STORM_HOME/bin/storm deactivate topology_name
$STORM_HOME/bin/storm list
$STORM_HOME/bin/storm classpath
$STORM_HOME/bin/storm help
$STORM_HOME/bin/storm rebalance ***
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/caofangkun/apache-storm storm-473
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/297.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #297
----
commit d25bd417ed821b2216e35fbad5a33ab21e8581c6
Author: caofangkun <[email protected]>
Date: 2014-10-17T01:34:01Z
STROM-473:Provide BASH script like: storm.sh start-nimbus.sh stop-nimbus.sh
start-supervisor.sh stop-supervisor.sh and so on
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---