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

Using HBase with HA HDFS requires bogus hardcoded port value

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 0.92.1, 0.94.0
    • None
    • master
    • None

    Description

      When configuring HBase with HDFS HA, we currently have to have the 8020 port (regardless of what port HDFS is using for the namenode rpc address) in the following property in hbase-site.xml:

        <property>
          <name>hbase.rootdir</name>
          <value>hdfs://ha-nn-uri:8020/hbase</value>
        </property>
      

      Otherwise the master and regionservers will not start.

      The value in the above property should really just be "hdfs://ha-nn-uri/hbase" (replace "ha-nn-uri" with your uri and "hbase" with the name of the hbase directory in HDFS that you are using, as appropriate).

      Attachments

        1. HBASE-5738.patch
          0.7 kB
          Shaneal Manek

        Issue Links

          Activity

            People

              Unassigned Unassigned
              smanek Shaneal Manek
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: