Hbase Client problem

2009-09-11 Thread David Perona
It appears that the hbase client is trying to connect to the server at 127.0.1.1:35059.  This is not the desired behavior, but am not sure how to correct it.   The client (JBOSS) has the following jars in the lib directory: hbase-0.20.0.jar, hadoop-0.20.1-core.jar, and zookeeper-r785019-hbase-1

Re: Hbase Client problem

2009-09-11 Thread stack
Try using hostnames instead of IPs. St.Ack On Fri, Sep 11, 2009 at 1:07 PM, David Perona wrote: > It appears that the hbase client is trying to connect to the server at > 127.0.1.1:35059. This is not the desired behavior, but am not sure how to > correct it. > > The client (JBOSS) has the foll

Re: Hbase Client problem

2009-09-11 Thread David Perona
, 2009 3:07:31 PM Subject: Hbase Client problem It appears that the hbase client is trying to connect to the server at 127.0.1.1:35059.  This is not the desired behavior, but am not sure how to correct it.   The client (JBOSS) has the following jars in the lib directory: hbase-0.20.0.jar, hadoop

Re: Hbase Client problem

2009-09-11 Thread David Perona
Perona To: hbase-user@hadoop.apache.org Sent: Friday, September 11, 2009 6:26:24 PM Subject: Re: Hbase Client problem I replaced all ips with host names in hadoop/hbase and got the same behavior.  Any other thoughts? Jboss console: 18:18:55,183 INFO [STDOUT] config=Configuration: core-default.xml

Re: Hbase Client problem

2009-09-11 Thread stack
gt; 127.0.1.1:44915. Already tried 4 time(s). > 18:19:08,532 INFO [HBaseClient] Retrying connect to server: / > 127.0.1.1:44915. Already tried 5 time(s). > > > ----- Original Message > From: David Perona > To: hbase-user@hadoop.apache.org > Sent: Friday, September 11

Re: Hbase Client problem

2009-09-11 Thread David Perona
er 11, 2009 6:46:27 PM Subject: Re: Hbase Client problem If the CLASSPATH is ordered as per the output below on the line STDOUT, then hbase-default is perhaps being read before hbase-site so default values are being found instead of your customizations?  This JBOSS client is trying to talk to hba

Re: Hbase Client problem

2009-09-11 Thread Stack
help. DP - Original Message From: stack To: hbase-user@hadoop.apache.org Sent: Friday, September 11, 2009 6:46:27 PM Subject: Re: Hbase Client problem If the CLASSPATH is ordered as per the output below on the line STDOUT, then hbase-default is perhaps being read before hbase-si

Re: Hbase Client problem

2009-09-11 Thread David Perona
The client is JBOSS running on Vista.  The server is Hadoop/hbase on Ubuntu. - Original Message From: Stack To: "hbase-user@hadoop.apache.org" Sent: Friday, September 11, 2009 8:17:33 PM Subject: Re: Hbase Client problem If ubuntu, why all the windows style pathes?

Re: Hbase Client problem

2009-09-11 Thread stack
ck > To: "hbase-user@hadoop.apache.org" > Sent: Friday, September 11, 2009 8:17:33 PM > Subject: Re: Hbase Client problem > > If ubuntu, why all the windows style pathes? > > > > On Sep 11, 2009, at 6:00 PM, David Perona wrote: > > > I am beginning to think

Re: Hbase Client problem

2009-09-12 Thread Andrew Purtell
vided nameserver with the address bound to the specified network interface" - Andy From: stack To: hbase-user@hadoop.apache.org Sent: Friday, September 11, 2009 10:04:00 PM Subject: Re: Hbase Client problem How is the client over on ubuntu? If you t

Re: Hbase Client problem

2009-09-12 Thread David Perona
age From: stack To: hbase-user@hadoop.apache.org Sent: Saturday, September 12, 2009 12:04:00 AM Subject: Re: Hbase Client problem How is the client over on ubuntu?  If you try the cell there?  Does it work? St.Ack On Fri, Sep 11, 2009 at 7:40 PM, David Perona wrote: > The client is JBOSS

Re: Hbase Client problem

2009-09-12 Thread Andrew Purtell
uires this) - Try using hbase.regionserver.dns.interface to specify the name of the public interface on the server. - Andy From: David Perona To: hbase-user@hadoop.apache.org Sent: Saturday, September 12, 2009 7:54:15 AM Subject: Re: Hbase Client problem

Re: Hbase Client problem

2009-09-12 Thread David Perona
: Re: Hbase Client problem The shell will work on the same host as the server. The region server and master are bound to the localhost interface. Any remote client connecting to ZK to find these addresses will get localhost addresses. So the question is why the master and region server sockets are