Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-1510

allow zookeeper quorum IPs in DNS as an option

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 0.20.1, 0.90.0
    • None
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ryanobjc ryan rawson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: