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/10 00:27:04 UTC

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

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.


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

Posted by "Bill Graham (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bill Graham updated CHUKWA-566:
-------------------------------

    Attachment: CHUKWA-566-1.patch

Agreed, the hbase-site.xml approach is cleaner. I verified that this approach works with the collector.

I've added a step to do this in the QuickStart wiki and patch 1 removes that block from conf/chukwa-collector-conf.xml.template. Will commit shortly.

> 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.


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

Posted by "Bill Graham (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Bill Graham (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bill Graham reassigned CHUKWA-566:
----------------------------------

    Assignee: Bill Graham

> 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
>
> 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.