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

ASF GitHub Bot commented on GEARPUMP-117:
-----------------------------------------

Github user whjiang commented on a diff in the pull request:

    https://github.com/apache/incubator-gearpump/pull/23#discussion_r64195854
  
    --- Diff: bin/gear-daemon.sh ---
    @@ -0,0 +1,128 @@
    +#!/usr/bin/env bash
    +
    +USAGE="Usage: gear-daemon.sh (start|stop|stop-all) (local|master|worker) 
[args]"
    +
    +OPERATION=$1
    +DAEMON=$2
    +ARGS=("${@:3}") # get remaining arguments as array
    +
    +case $DAEMON in
    +    (master)
    +        BASH_TO_RUN=master
    --- End diff --
    
    do we support run web services service via this script?


> Script for managing cluster
> ---------------------------
>
>                 Key: GEARPUMP-117
>                 URL: https://issues.apache.org/jira/browse/GEARPUMP-117
>             Project: Apache Gearpump
>          Issue Type: Improvement
>          Components: all
>    Affects Versions: 0.8.0
>            Reporter: Qi Shu
>            Assignee: Huafeng Wang
>
> When Gearpump deployed in a cluster, let's say about 50 servers, now I have 
> to start or stop masters and workers one by one manually, but what if a 
> cluster of 1000 servers. So the suggestion is that can Gearpump provide some 
> scripts and configtions to simplify such operation, just like "slaves" and 
> "start-all.sh" in hadoop.



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

Reply via email to