Re: Can not connect local java client to a remote Hbase

2016-04-25 Thread SOUFIANI Mustapha | السفياني مصطفى
Hi, Thanks Sreeram for replying. But could you please tell me how this could be done ? is it in the hbase-site.xml ? Thanks in advance 2016-04-23 7:47 GMT+01:00 Sreeram : > Hi Soufiani, > > Can you try changing your configuration to have region server listen on >

Re: Can not connect local java client to a remote Hbase

2016-04-23 Thread Sreeram
Hi Soufiani, Can you try changing your configuration to have region server listen on 0.0.0.0:16020 and master listen on 0.0.0.0:16000 ? 127.0.0.1 being local loopback will not be accessible from outside. Regards, Sreeram On Fri, Apr 22, 2016 at 9:00 PM, SOUFIANI Mustapha | السفياني مصطفى <

Re: Can not connect local java client to a remote Hbase

2016-04-22 Thread SOUFIANI Mustapha | السفياني مصطفى
Thanks Sachine for your help, I already checked this issue on the officiel pentaho users form and it seems to be OK for them too I really don't know what could be the problem for this but any way, thanks again for your help Regards. 2016-04-22 16:17 GMT+01:00 Sachin Mittal :

Re: Can not connect local java client to a remote Hbase

2016-04-22 Thread Sachin Mittal
you ports are open. Your settings are fine. Issue seems to be elsewhere bu I am not sure where. check with Pentaho maybe. On Fri, Apr 22, 2016 at 8:44 PM, SOUFIANI Mustapha | السفياني مصطفى < s.mustaph...@gmail.com> wrote: > Maybe those ports are not open: > hduser@big-services:~$ telnet

Re: Can not connect local java client to a remote Hbase

2016-04-22 Thread SOUFIANI Mustapha | السفياني مصطفى
Hi Sachin, Yes this is exactly what is happening, * Region server is listening to 127.0.0.1:16020 * Master is listening to 127.0.0.1:16000 * Zookeeper is litening to :::2181 Is this configuration OK or not ? if its OK, how could a remote client connect with this version of HBASE?

Can not connect local java client to a remote Hbase

2016-04-22 Thread SOUFIANI Mustapha | السفياني مصطفى
Hi, Thanks for replying. 1. I'm using Hbase 1.1.4 2. hbase is running on localhost not on master-sigma as shown in the hbase UI administration 3. Yes I can run hbase shell without any problem 4. when I check the master log, I see that the hbase:meta can not be found 2016-04-21 18:18:21,179

Re: Can not connect local java client to a remote Hbase

2016-04-21 Thread Sachin Mittal
Check these links out http://stackoverflow.com/questions/36377393/connecting-to-hbase-1-0-3-via-java-client-stuck-at-zookeeper-clientcnxn-session http://mail-archives.apache.org/mod_mbox/hbase-user/201604.mbox/browser First what is you machines IP address. If you can specify only IP address in

Re: Can not connect local java client to a remote Hbase

2016-04-21 Thread Ted Yu
Are you using hbase 1.0 or 1.1 ? I assume you have verified that hbase master is running normally on master-sigma. Are you able to use hbase shell on that node ? If you check master log, you would see which node hosts hbase:meta On that node, do you see anything interesting in region server log

Can not connect local java client to a remote Hbase

2016-04-21 Thread SOUFIANI Mustapha | السفياني مصطفى
Hi all, I'm trying to connect my local java client (pentaho) to a remote Hbase but every time I get a TimeOut error telleing me that this connection couldn't be established. herer is the full message error: