Re: Not able to connect to Hbase remotly

2013-05-25 Thread Mohammad Tariq
Hello Vimal, I am sorry for being unresponsive. I have been travelling like crazy since last few days. Proper *name resolution* is a must for smooth HBase interaction. That is why it better to have the IP address along with hostname in your /etc/hosts file. Warm Regards, Tariq

Re: Not able to connect to Hbase remotly

2013-05-24 Thread Vimal Jain
:55 To: user@hbase.apache.orgmailto:user@hbase.apache.org Subject: Re: Not able to connect to Hbase remotly Hi Tariq, I tried this but its not helping. Let me brief you about the problem. I have posted this on http://stackoverflow.com/questions/16689594/unable-to-connect-to-hbase-remotly

Re: Not able to connect to Hbase remotly

2013-05-24 Thread Vimal Jain
Can someone please help here ? On Wed, May 22, 2013 at 2:56 PM, Vimal Jain vkj...@gmail.com wrote: 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

Re: Not able to connect to Hbase remotly

2013-05-24 Thread Vimal Jain
Hi Tariq/Jyothi, Sorry to trouble you again. I think this problem is solved but i am not able to figure out why in client's /etc/hosts file , i need to put an entry of zookeeper's location.I have configured everything as IP addresss in Hbase server so why this /etc/hosts comes in picture as i

Re: Not able to connect to Hbase remotly

2013-05-24 Thread Jean-Daniel Cryans
It says your event_data table isn't assigned anywhere on the cluster. Was it disabled? J-D On Fri, May 24, 2013 at 6:06 AM, Vimal Jain vkj...@gmail.com wrote: Hi Tariq/Jyothi, Sorry to trouble you again. I think this problem is solved but i am not able to figure out why in client's

Not able to connect to Hbase remotly

2013-05-22 Thread Vimal Jain
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

RE: Not able to connect to Hbase remotly

2013-05-22 Thread Jyothi Mandava
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:vkj...@gmail.com] Sent: 22 May 2013 14:57 To: user@hbase.apache.org Subject: Not able to connect to Hbase remotly Hi, I

Re: Not able to connect to Hbase remotly

2013-05-22 Thread Vimal Jain
] Sent: 22 May 2013 14:57 To: user@hbase.apache.org 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

RE: Not able to connect to Hbase remotly

2013-05-22 Thread Jyothi Mandava
@hbase.apache.org 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

Re: Not able to connect to Hbase remotly

2013-05-22 Thread Vimal Jain
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:vkj...@gmail.com] Sent: 22 May 2013 15:18 To: user@hbase.apache.org Subject: Re: Not able to connect to Hbase remotly Hi, Yes Jyothi

RE: Not able to connect to Hbase remotly

2013-05-22 Thread Jyothi Mandava
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:vkj...@gmail.com] Sent: 22 May 2013 15:18 To: user@hbase.apache.org Subject: Re: Not able to connect to Hbase remotly

Re: Not able to connect to Hbase remotly

2013-05-22 Thread Vimal Jain
is correct and no mismatches. Jyothi -Original Message- From: Vimal Jain [mailto:vkj...@gmail.com] Sent: 22 May 2013 15:42 To: user@hbase.apache.org Subject: Re: Not able to connect to Hbase remotly No exception at client side . Code just hangs on call to htablepool.getTable(tableName

Re: Not able to connect to Hbase remotly

2013-05-22 Thread Mohammad Tariq
-Original Message- From: Vimal Jain [mailto:vkj...@gmail.com] Sent: 22 May 2013 15:42 To: user@hbase.apache.org Subject: Re: Not able to connect to Hbase remotly No exception at client side . Code just hangs on call to htablepool.getTable(tableName) In zookeeper logs , i

Re: Not able to connect to Hbase remotly

2013-05-22 Thread Vimal Jain
-Original Message- From: Vimal Jain [mailto:vkj...@gmail.com] Sent: 22 May 2013 15:42 To: user@hbase.apache.org Subject: Re: Not able to connect to Hbase remotly No exception at client side . Code just hangs on call to htablepool.getTable(tableName) In zookeeper

RE: Not able to connect to Hbase remotly

2013-05-22 Thread Jyothi Mandava
...@gmail.com] Sent: 22 May 2013 16:55 To: user@hbase.apache.org Subject: Re: Not able to connect to Hbase remotly Hi Tariq, I tried this but its not helping. Let me brief you about the problem. I have posted this on http://stackoverflow.com/questions/16689594/unable-to-connect-to-hbase-remotly Please help

Re: Not able to connect to Hbase remotly

2013-05-22 Thread Vimal Jain
? Do you see anything in Master logs? Pls share your ZK log ( and master if there is any useful info). Regards, Jyothi. -Original Message- From: Vimal Jain [mailto:vkj...@gmail.com] Sent: 22 May 2013 16:55 To: user@hbase.apache.org Subject: Re: Not able to connect to Hbase remotly

RE: Not able to connect to Hbase remotly

2013-05-22 Thread Jyothi Mandava
Could not find the logs. From: Vimal Jain [mailto:vkj...@gmail.com] Sent: 22 May 2013 17:18 To: user@hbase.apache.org Subject: Re: Not able to connect to Hbase remotly Yes. I tried creating some tables , and it works fine. I have attached my master and zookeeper logs. On Wed, May 22, 2013 at 5

Re: Not able to connect to Hbase remotly

2013-05-22 Thread Vimal Jain
Subject: Re: Not able to connect to Hbase remotly Yes. I tried creating some tables , and it works fine. I have attached my master and zookeeper logs. On Wed, May 22, 2013 at 5:11 PM, Jyothi Mandava jyothi.mand...@huawei.com mailto:jyothi.mand...@huawei.com wrote: Is the cluster ok? Have you

Re: Not able to connect to Hbase remotly

2013-05-22 Thread Vimal Jain
22, 2013 at 5:47 PM, Jyothi Mandava jyothi.mand...@huawei.com wrote: Could not find the logs. From: Vimal Jain [mailto:vkj...@gmail.com] Sent: 22 May 2013 17:18 To: user@hbase.apache.org Subject: Re: Not able to connect to Hbase remotly Yes. I tried creating some tables , and it works

Re: Not able to connect to Hbase remotly

2013-05-22 Thread Vimal Jain
: Not able to connect to Hbase remotly Yes. I tried creating some tables , and it works fine. I have attached my master and zookeeper logs. On Wed, May 22, 2013 at 5:11 PM, Jyothi Mandava jyothi.mand...@huawei.commailto:jyothi.mand...@huawei.com wrote: Is the cluster ok? Have you tried creating