You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "rajeshbabu (JIRA)" <ji...@apache.org> on 2014/03/17 07:00:47 UTC

[jira] [Commented] (HBASE-10769) hbase/bin/hbase-cleanup.sh has wrong usage string

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

rajeshbabu commented on HBASE-10769:
------------------------------------

+1

> hbase/bin/hbase-cleanup.sh has wrong usage string
> -------------------------------------------------
>
>                 Key: HBASE-10769
>                 URL: https://issues.apache.org/jira/browse/HBASE-10769
>             Project: HBase
>          Issue Type: Improvement
>          Components: Usability
>    Affects Versions: 0.96.1, 0.98.1
>            Reporter: Vamsee Yarlagadda
>            Priority: Trivial
>             Fix For: 0.98.2
>
>         Attachments: HBASE-10769-v0.patch
>
>
> Looks like hbase-cleanup,sh has wrong Usage string.
> https://github.com/apache/hbase/blob/trunk/bin/hbase-cleanup.sh#L34
> Current Usage string:
> {code}
> [systest@search-testing-c5-ncm-1 ~]$ echo `/usr/lib/hbase/bin/hbase-cleanup.sh`
> Usage: hbase-cleanup.sh (zk|hdfs|all)
> {code}
> But ideally digging into the logic of hbase-cleanup.sh, it should be modified to
> {code}
> [systest@search-testing-c5-ncm-1 ~]$ echo `/usr/lib/hbase/bin/hbase-cleanup.sh`
> Usage: hbase-cleanup.sh (--cleanZk|--cleanHdfs|--cleanAll)
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)