[ 
https://issues.apache.org/jira/browse/STORM-473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14174623#comment-14174623
 ] 

caofangkun commented on STORM-473:
----------------------------------

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

----


> Provide BASH script (storm.sh)
> ------------------------------
>
>                 Key: STORM-473
>                 URL: https://issues.apache.org/jira/browse/STORM-473
>             Project: Apache Storm
>          Issue Type: Improvement
>    Affects Versions: 0.9.3
>         Environment: UNIX
>            Reporter: Naga Vijayapuram
>            Priority: Trivial
>              Labels: newbie
>             Fix For: 0.9.3
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> To provide BASH script (storm.sh) as an alternative to existing Python script 
> (storm).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to