You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2009/03/20 15:50:50 UTC

[jira] Updated: (HBASE-1279) Fix the way hostmanes and IPs are handled

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

Jean-Daniel Cryans updated HBASE-1279:
--------------------------------------

    Attachment: hbase-1279.patch

Patch that fixes both issue. Will ask Arber to see if it helps him.

> Fix the way hostmanes and IPs are handled
> -----------------------------------------
>
>                 Key: HBASE-1279
>                 URL: https://issues.apache.org/jira/browse/HBASE-1279
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.19.1
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>             Fix For: 0.19.2, 0.20.0
>
>         Attachments: hbase-1279.patch
>
>
> From the list by Yabo-Arber Xu,
> {quote}
> Yes, I've unlocked the port, and i am actually able to access from the web
> UI with a client not running on EC2 to HBase at example.com:60010. It shows
> all User Tables, but the Region Servers Address is the EC2 internal address:
> domU-12-31-39-00-65-E5.compute-1.internal:60020.
> I guess the client fails because it can not connect region server, which
> serves only for an internal IP. However, in hbase-site.xml, I did configure
> with region server explicitly in its external IP.
> <property>
>    <name>hbase.regionserver</name>
>    <value>ec2-67-202-57-127.compute-1.amazonaws.com:60020</value>
>    <description>The host and port a HBase region server runs at.
>    </description>
>  </property>
> {quote}
> In fact we completely bypass the hostname set in hbase.regionserver, also the hostnames in the web UI are not the good ones. We should do that part like hadoop does.

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