[jira] [Commented] (HBASE-5911) hbck need an option -help to printout usage

2012-05-03 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-5911:
--

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12525517/hbase_5911.patch
  against trunk revision .

+1 @author.  The patch does not contain any @author tags.

-1 tests included.  The patch doesn't appear to include any new or modified 
tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

-1 patch.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/1752//console

This message is automatically generated.

> hbck need an option -help to printout usage
> ---
>
> Key: HBASE-5911
> URL: https://issues.apache.org/jira/browse/HBASE-5911
> Project: HBase
>  Issue Type: Improvement
>  Components: hbck
>Affects Versions: 0.90.7
>Reporter: Jimmy Xiang
>Assignee: Jimmy Xiang
>Priority: Trivial
> Fix For: 0.90.7
>
> Attachments: hbase_5911.patch
>
>
> hbck doesn't have an option to print out usage although we have this 
> function.  It is better to have it so that we don't need to remember them 
> all, especially the list is keeping growing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HBASE-5911) hbck need an option -help to printout usage

2012-05-01 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang commented on HBASE-5911:


You are right.  I changed the affected version to 0.90.7

> hbck need an option -help to printout usage
> ---
>
> Key: HBASE-5911
> URL: https://issues.apache.org/jira/browse/HBASE-5911
> Project: HBase
>  Issue Type: Bug
>  Components: hbck
>Affects Versions: 0.90.7
>Reporter: Jimmy Xiang
>Priority: Trivial
> Fix For: 0.90.7
>
>
> hbck doesn't have an option to print out usage although we have this 
> function.  It is better to have it so that we don't need to remember them 
> all, especially the list is keeping growing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HBASE-5911) hbck need an option -help to printout usage

2012-05-01 Thread stack (JIRA)

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

stack commented on HBASE-5911:
--

We have this in trunk Jimmy...
{code}
// Process command-line args.
for (int i = 0; i < args.length; i++) {
  String cmd = args[i];
  if (cmd.equals("-help") || cmd.equals("-h")) {
printUsageAndExit();
...
{code}

> hbck need an option -help to printout usage
> ---
>
> Key: HBASE-5911
> URL: https://issues.apache.org/jira/browse/HBASE-5911
> Project: HBase
>  Issue Type: Bug
>  Components: hbck
>Affects Versions: 0.96.0
>Reporter: Jimmy Xiang
>Priority: Trivial
>
> hbck doesn't have an option to print out usage although we have this 
> function.  It is better to have it so that we don't need to remember them 
> all, especially the list is keeping growing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira