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-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: Connecting to hbase 1.0.3 via java client stuck at zookeeper.ClientCnxn: Session establishment complete on server

2016-04-05 Thread Sachin Mittal
, Apr 6, 2016 at 9:27 AM, Ding,Dongchao <dingdongc...@baidu.com> wrote: > > 1、 Is your zk-path 127.0.0.1:2181 ? This is default configuration without > config file. > > 2、Set a cache value (100 or 1000 and so on ) for scan object. > > > 在 16/4/4 01:06, "Sachin Mitt

Re: Connecting to hbase 1.0.3 via java client stuck at zookeeper.ClientCnxn: Session establishment complete on server

2016-04-04 Thread Sachin Mittal
is the region server name, actually region server is running on a different port say 55950 or something. Thanks Sachin On Sun, Apr 3, 2016 at 10:36 PM, Sachin Mittal <sjmit...@gmail.com> wrote: > I am stuck on connecting to hbase 1.0.3 via simple java client. > The p

Connecting to hbase 1.0.3 via java client stuck at zookeeper.ClientCnxn: Session establishment complete on server

2016-04-03 Thread Sachin Mittal
I am stuck on connecting to hbase 1.0.3 via simple java client. The program hangs at: [main] zookeeper.ZooKeeper: Initiating client connection, connectString= 127.0.0.1:2181 sessionTimeout=9 watcher=hconnection-0x1e67b8720x0, quorum=127.0.0.1:2181, baseZNode=/hbaseenter code here