[ 
https://issues.apache.org/jira/browse/HBASE-2057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary Helmling updated HBASE-2057:
---------------------------------

    Attachment: HBASE-2057-2_0.20.patch

Sorry, please use this version of the patch.  This changes the final "exec" 
line from:

{code}
exec "$JAVA" $JAVA_HEAP_MAX $HBASE_OPTS -classpath "$CLASSPATH" $CLASS 
"$ACTION" "$@"
{code}

to

{code}
exec "$JAVA" $JAVA_HEAP_MAX $HBASE_OPTS -classpath "$CLASSPATH" $CLASS $ACTION 
"$@"
{code}

The quoting of $ACTION in the first version causes "hbase shell" to not work.

> Cluster won't stop
> ------------------
>
>                 Key: HBASE-2057
>                 URL: https://issues.apache.org/jira/browse/HBASE-2057
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.3, 0.21.0
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>             Fix For: 0.20.4, 0.21.0
>
>         Attachments: HBASE-2057-2_0.20.patch
>
>
> It seems that clusters on trunk have some trouble stopping. Even manually 
> deleting the shutdown file in ZK doesn't always help. Investigate.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to