[ 
https://issues.apache.org/jira/browse/CHUKWA-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970081#action_12970081
 ] 

Eric Yang commented on CHUKWA-566:
----------------------------------

hbase.zookeeper.quorum should be pick up from hbase-site.xml on the classpath 
to avoid having hbase.zookeeper.quorum in chukwa-collector-conf.xml.  If the 
classpath approach works, we should remove the hbase.zookeeper.quorum from the 
template file.

> HBaseWriter does not set hbase.zookeeper.quorum properly
> --------------------------------------------------------
>
>                 Key: CHUKWA-566
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-566
>             Project: Chukwa
>          Issue Type: Bug
>            Reporter: Bill Graham
>
> In my collector configs I set {{hbase.zookeeper.quorum}} to something other 
> than {{localhost}} and it does not get picked up by {{HBaseWriter}} when 
> using HBase 0.90.0-rc1. In the constructor something like this must be done:
> {noformat}
> hconf = HBaseConfiguration.create();
> hconf.set("hbase.zookeeper.quorum", conf.get("hbase.zookeeper.quorum"));
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to