You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "ryan rawson (JIRA)" <ji...@apache.org> on 2009/06/11 03:01:08 UTC

[jira] Created: (HBASE-1510) allow zookeeper quorum IPs in DNS as an option

allow zookeeper quorum IPs in DNS as an option
----------------------------------------------

                 Key: HBASE-1510
                 URL: https://issues.apache.org/jira/browse/HBASE-1510
             Project: Hadoop HBase
          Issue Type: Bug
    Affects Versions: 0.20.1, 0.21.0
            Reporter: ryan rawson
             Fix For: 0.20.0


instead of configuring IPs in zoo.conf, allow retrieving the IPs from DNS.  This way we don't have to supply zoo.conf or any hbase-site.xml to clients.  

eg, one quorum might ahve a dns name of 'quorum1', the hbase path, you could specify the cluster in code like:
HTable table = new HTable("/quorum1/hbase/table_name");

and avoid having to distribute hbase-site.xml or zoo.cfg.

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


[jira] Updated: (HBASE-1510) allow zookeeper quorum IPs in DNS as an option

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

stack updated HBASE-1510:
-------------------------

    Fix Version/s:     (was: 0.20.0)

Moving out of 0.20.0.  Doesn't strike me as critical feature.  Move it back in if disagree.

> allow zookeeper quorum IPs in DNS as an option
> ----------------------------------------------
>
>                 Key: HBASE-1510
>                 URL: https://issues.apache.org/jira/browse/HBASE-1510
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.1, 0.21.0
>            Reporter: ryan rawson
>
> instead of configuring IPs in zoo.conf, allow retrieving the IPs from DNS.  This way we don't have to supply zoo.conf or any hbase-site.xml to clients.  
> eg, one quorum might ahve a dns name of 'quorum1', the hbase path, you could specify the cluster in code like:
> HTable table = new HTable("/quorum1/hbase/table_name");
> and avoid having to distribute hbase-site.xml or zoo.cfg.

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


[jira] Commented: (HBASE-1510) allow zookeeper quorum IPs in DNS as an option

Posted by "Jim Kellerman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718332#action_12718332 ] 

Jim Kellerman commented on HBASE-1510:
--------------------------------------

LDAP would also be cool.

And (putting on my Microsoft hat) active directory (is that what it's called? I forget :)

> allow zookeeper quorum IPs in DNS as an option
> ----------------------------------------------
>
>                 Key: HBASE-1510
>                 URL: https://issues.apache.org/jira/browse/HBASE-1510
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.1, 0.21.0
>            Reporter: ryan rawson
>             Fix For: 0.20.0
>
>
> instead of configuring IPs in zoo.conf, allow retrieving the IPs from DNS.  This way we don't have to supply zoo.conf or any hbase-site.xml to clients.  
> eg, one quorum might ahve a dns name of 'quorum1', the hbase path, you could specify the cluster in code like:
> HTable table = new HTable("/quorum1/hbase/table_name");
> and avoid having to distribute hbase-site.xml or zoo.cfg.

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