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

Nicolas Spiegelberg commented on HBASE-4244:
--------------------------------------------

@Todd: Maybe this is a good place to bring up discussion about how we want to 
organize our administration tools.  It's kind of odd that 'bin/hbase' is 
basically useless other than the 'shell' and 'version' utilities right now.  
Process management is not practically the point of this script.  You actually 
don't want users to directly issue:

{code}
bin/hbase regionserver start
{code}

they should instead issue:

{code}
bin/hbase-daemon.sh start regionserver
{code}

which is completely non-intuitive.

> Make bin/hbase help more useful
> -------------------------------
>
>                 Key: HBASE-4244
>                 URL: https://issues.apache.org/jira/browse/HBASE-4244
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.92.0
>            Reporter: Nicolas Spiegelberg
>            Assignee: Nicolas Spiegelberg
>            Priority: Minor
>         Attachments: HBASE-4244.patch
>
>
> Talking with Doug Meil yesterday, I found out he didn't know we had an HLog 
> or HFile analyzer.  We should add these quick links to the bin/hbase help 
> prompt.  Additionally, we should reword the help so it's very clear what 
> tools DBAs have at their disposal vs package/process management.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to