[
https://issues.apache.org/jira/browse/HBASE-7204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506700#comment-13506700
]
Jonathan Hsieh commented on HBASE-7204:
---------------------------------------
I'm -0 on the current approach (not going to block but don't like), +1 if tool
is used.
Using Tool is really simple -- just rename main to run and replace main with
the equivalent of this.
{code}
public static void main(String[] args) throws Exception {
int ret = ToolRunner.run(new
LoadIncrementalHFiles(HBaseConfiguration.create()), args);
System.exit(ret);
}
{code}
> Make hbck ErrorReporter pluggable
> ---------------------------------
>
> Key: HBASE-7204
> URL: https://issues.apache.org/jira/browse/HBASE-7204
> Project: HBase
> Issue Type: Improvement
> Components: hbck
> Reporter: Jimmy Xiang
> Assignee: Jimmy Xiang
> Priority: Minor
> Attachments: trunk-7204.patch
>
>
> Make hbck ErrorReporter pluggable so that it can be replaced dynamically.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira