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

Jonathan Hsieh commented on HBASE-7204:
---------------------------------------

It depends on where you set it. Let's say you write out the entire command line 
(including java) like this:

{code}
java -Dsystem.property=foo org.apache.hadoop.hbase.util.HBaseFsck 
-Dconf.property=bar
{code}

The -Dsystem.property options come from the jvm invocation (its a jvm thing).  
The -Dconf.property options come form the Tool class that handles cmd line 
parsing of argv[].  They are gathered and put into the Configuration. (its a 
hadoop convention).  

                
> 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

Reply via email to