I'm currently using 9.04 and I don't have the problem you described.

Let's recapitulate your situation:

Your master node is on 192.168.25.49 port 60000.
That node is also called hbase01 and the domain is qn-niat.net
You can telnet from that node to that node with no problem at all
using the hostname hbase01
>From your client machine, you can open a browser and reach this exact
address "http://192.168.25.49:60010";
But, you cannot do a "telnet 192.168.25.49 60000".

That means... that hbase01 in your hbase-site is binding against a
local address on your master. To make sure it's the case, do "telnet
hbase01 60000" and it should tell you that it's connecting on
127.0.0.1 which is obviously something you don't want. You can do 2
things to fix that:

- Set your hbase.master to the fully qualified name hbase01.qn-niat.net, or
- Set your hbase.master to 192.168.25.49

J-D

On Thu, May 28, 2009 at 3:31 PM, gcr44 <geoffry.robe...@gmail.com> wrote:
>
> All,
>
> After some digging, I have come to this:  According to my System
> Administrator, the HBASE installation guide calls for ipv6 to be disabled.
>
> We are running Ubuntu 9.04, which has ipv6 as part of the kernel and
> apparently, according to him, cannot be disabled.
>
> We surmise that this ipv6 thing is the reason for the aforementioned
> connection problem.  Does anyone know anything about this?
>
> Is it fair to say we are faced with a version roll back for Ubuntu?
>
>
> gcr44 wrote:
>>
>> All,
>>
>> I'm just getting started with HBASE 0.19.1.  I am running it on a five
>> node Linux cluster. Everything seen to be working well.  I can
>> successfully manipulate tables via the shell.  I cannot, however, connect
>> from a remote java client.  I have configured an hbase-site.xml file and
>> my client app certainly appears to be reading it.  But I get a message:
>> "HBASE Connection Refused: no further information" after a series of
>> Retrying to connect messages.
>>
>> The retry messages correspond to the property in my configuration file so
>> I assume the problem is elsewhere. Is this some kind of permissions
>> problem?
>>
>> Retry message fragment:
>> ...Retrying connect to server:hbase1/192.168.25.49:60000...
>>
>> Property in question:
>>   <property>
>>     <name>hbase.master</name>
>>     <value>hbase1:60000</value>
>>     ...
>>
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/HBASE-Connection-Refused%3A-no-further-information-tp23733471p23768490.html
> Sent from the HBase User mailing list archive at Nabble.com.
>
>

Reply via email to