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

Sean Busbey commented on HBASE-21215:
-------------------------------------

@stack supposed to also update ref guide to truncate the hbck1 section and 
point folks over to the repo with hbck2.

{code}

+      ;;
+      *)
+      # Unknown param
+      echo "Unsupported parameter $SUBCOMMAND"
+      echo "Usage: hbase [<options>] hbck --jar=/path/to/HBCK2.jar [<args>]"
+      exit 1
+      ;;
+    esac
{code}

this is wrong I think? the jar parameter should be optional.

this fails as soon as you try telling the RO hbck1 something specific to look 
at. here are some examples that worked prior to the patch:

{code}
hbase-3.0.0-SNAPSHOT busbey$ ./bin/hbase hbck --help
Unsupported parameter --help
Usage: hbase [<options>] hbck --jar=/path/to/HBCK2.jar [<args>]
hbase-3.0.0-SNAPSHOT busbey$ ./bin/hbase hbck -summary
Unsupported parameter -summary
Usage: hbase [<options>] hbck --jar=/path/to/HBCK2.jar [<args>]
{code}


> Figure how to invoke hbck2; make it easy to find
> ------------------------------------------------
>
>                 Key: HBASE-21215
>                 URL: https://issues.apache.org/jira/browse/HBASE-21215
>             Project: HBase
>          Issue Type: Sub-task
>          Components: amv2, hbck2
>            Reporter: stack
>            Assignee: stack
>            Priority: Major
>             Fix For: 2.1.1
>
>         Attachments: HBASE-21215.branch-2.1.001.patch
>
>
> In 
> https://docs.google.com/document/d/1Oun4G3M5fyrM0OxXcCKYF8td0KD7gJQjnU9Ad-2t-uk/edit#,
>  the doc on hbck2 'form', one item to figure is how to invoke hbck2. Related, 
> how to make it easy to find? [~busbey] has some ideas (posted in doc). This 
> issue is for implementation.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to