Re: Is it possible to connect HBase remotely?

2012-02-09 Thread shashwat shriparv
Thank you, now i am able to start the HBase in pseudo mode, and able to connect through client, i added HBase.master IP and port in hbase-site.xml, and added my domain name and ip in the client machine. Thanks and regards Shashwat On Wed, Feb 8, 2012 at 8:53 PM, N Keywal nkey...@gmail.com wrote:

Re: Is it possible to connect HBase remotely?

2012-02-09 Thread Ioan Eugen Stan
Pe 09.02.2012 11:47, shashwat shriparv a scris: Thank you, now i am able to start the HBase in pseudo mode, and able to connect through client, i added HBase.master IP and port in hbase-site.xml, and added my domain name and ip in the client machine. Thanks and regards Shashwat In stand alone

Re: Is it possible to connect HBase remotely?

2012-02-08 Thread N Keywal
Hi, The client needs to connect to zookeeper as well. You haven't set the parameters for zookeeper, so it goes with the default settings (localhost/2181), hence the error you're seeing. Set the zookeeper connection property in the client, it should work. This should do it: conf

Re: Is it possible to connect HBase remotely?

2012-02-08 Thread shashwat shriparv
Let me, try thanks alot On Wed, Feb 8, 2012 at 8:05 PM, N Keywal nkey...@gmail.com wrote: Hi, The client needs to connect to zookeeper as well. You haven't set the parameters for zookeeper, so it goes with the default settings (localhost/2181), hence the error you're seeing. Set the

Re: Is it possible to connect HBase remotely?

2012-02-08 Thread shashwat shriparv
Hey, I tried using what you suggested not its giving the following exception : org.apache.hadoop.hbase.ZooKeeperConnectionException: HBase is able to connect to ZooKeeper but the connection closes immediately. This could be a sign that the server has too many connections (30 is the default).