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

Samir Ahmic commented on HBASE-10050:
-------------------------------------

I have tested script agains 0.94.6.1 cluster looks fine.
+1 for 0.94.

> graceful_stop.sh syntax error
> -----------------------------
>
>                 Key: HBASE-10050
>                 URL: https://issues.apache.org/jira/browse/HBASE-10050
>             Project: HBase
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.96.0
>         Environment: x86_64 GNU/Linux
>            Reporter: Samir Ahmic
>             Fix For: 0.98.0, 0.96.1
>
>         Attachments: HBASE-10050.patch
>
>
> When i was trying to run graceful_stop.sh i got error:
> {code}
> ./graceful_stop.sh: line 59: syntax error near unexpected token `;'
> ./graceful_stop.sh: line 59: `    --failfast) ;&'
> {code}
> After looking at script i notice that this lines are causing error:
> {code}
>     --failfast) ;&
>     -e)  failfast=true; shift;;
>     --debug)  ;&
>     -d)  debug="--debug"; shift;;
> {code} 
> They sholud be changed to this:
> {code}
>  --failfast | -e)  failfast=true; shift;;
>  --debug | -d)  debug="--debug"; shift;;
> {code}
> I will attach patch today. 



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to