Hi,

Code seem to be fine. Getting any exceptions at client side?
Does your client machine hosts file has an entry for 192.168.0.181?
Both machines able to access each other?

Regards,
Jyothi

-----Original Message-----
From: Vimal Jain [mailto:[email protected]] 
Sent: 22 May 2013 15:18
To: [email protected]
Subject: Re: Not able to connect to Hbase remotly

Hi,
Yes Jyothi.
Here is my Java code
           Configuration config = HBaseConfiguration.create();
           config.set("hbase.zookeeper.quorum" ,192.168.0.181);
           config.set("hbase.zookeeper.property.clientPort","2181");
           tablePool = new HTablePool(config,Integer.MAX_VALUE);

Anything wrong ?


On Wed, May 22, 2013 at 3:10 PM, Jyothi Mandava
<[email protected]>wrote:

> Hi,
>
> How are you trying to connect?
> Are you setting zookeeper host and client port in HBaseConfiguration?
>
> Regards,
> Jyothi
>
> -----Original Message-----
> From: Vimal Jain [mailto:[email protected]]
> Sent: 22 May 2013 14:57
> To: [email protected]
> Subject: Not able to connect to Hbase remotly
>
> Hi,
> I have Hbase configured in pseudo distributed mode on Machine A.
> I would like to connect to it through a Java program running on Machine B.
> But i am unable to do so.What configurations are required in Java for 
> this ?
> Please help.
>
> --
> Thanks and Regards,
> Vimal Jain
>



--
Thanks and Regards,
Vimal Jain

Reply via email to