You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Bill Graham (JIRA)" <ji...@apache.org> on 2010/12/11 00:29:00 UTC

[jira] Resolved: (CHUKWA-566) HBaseWriter does not set hbase.zookeeper.quorum properly

     [ https://issues.apache.org/jira/browse/CHUKWA-566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bill Graham resolved CHUKWA-566.
--------------------------------

    Resolution: Fixed

Committed.

> 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
>            Assignee: Bill Graham
>         Attachments: CHUKWA-566-1.patch
>
>
> 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.