You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Peter Somogyi (JIRA)" <ji...@apache.org> on 2018/03/29 15:53:00 UTC

[jira] [Commented] (HBASE-19890) Canary usage should document hbase.canary.sink.class config

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

Peter Somogyi commented on HBASE-19890:
---------------------------------------

I was testing Canary and found out passing table options do not work without specifying this config property.
{noformat}
$ bin/hbase canary t2 t3
...
Cannot pass a tablename when using the -regionserver option, tablenames:[t2, t3]{noformat}
Is it adequate that the user MUST specify the sink in order to use table parameters?

> Canary usage should document hbase.canary.sink.class config
> -----------------------------------------------------------
>
>                 Key: HBASE-19890
>                 URL: https://issues.apache.org/jira/browse/HBASE-19890
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Minor
>
> Canary#main uses config hbase.canary.sink.class to instantiate Sink class.
> The Sink instance affects creation of Monitor.
> In the refguide for Canary, hbase.canary.sink.class was not mentioned.
> We should document this config.



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