You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Vamsee Yarlagadda (JIRA)" <ji...@apache.org> on 2014/03/17 06:43:42 UTC

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

Vamsee Yarlagadda created HBASE-10768:
-----------------------------------------

             Summary: hbase/bin/hbase-cleanup.sh has wrong usage string
                 Key: HBASE-10768
                 URL: https://issues.apache.org/jira/browse/HBASE-10768
             Project: HBase
          Issue Type: Improvement
          Components: Usability
    Affects Versions: 0.98.1, 0.96.1
            Reporter: Vamsee Yarlagadda
            Priority: Trivial


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 login 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)