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-tp23733471p23733471.html Sent from the HBase User mailing list archive at Nabble.com.