2 Nov 2009 12:38
Java client connection to HBase 0.20.1 problem
Hi to everyone in the forum! I'm getting started with HBase 0.20.1 and I'm trying to prepare dev environment for web application development based on HBase as storage. In my test desktop java application I'm getting console output like this: 09/11/02 01:59:57 INFO zookeeper.ZooKeeper: Client environment:user.dir=C:\Data\Users\slawek\workspace\HBaseTestClient 09/11/02 01:59:57 INFO zookeeper.ZooKeeper: Initiating client connection, connectString=192.168.219.129:2181 sessionTimeout=60000 watcher=org.apache.hadoop.hbase.client.HConnectionManager$ClientZKWatcher <at> 4741d6 09/11/02 01:59:57 INFO zookeeper.ClientCnxn: zookeeper.disableAutoWatchReset is false 09/11/02 01:59:57 INFO zookeeper.ClientCnxn: Attempting connection to server /192.168.219.129:2181 09/11/02 01:59:57 INFO zookeeper.ClientCnxn: Priming connection to java.nio.channels.SocketChannel[connected local=/192.168.219.1:54027remote=/ 192.168.219.129:2181] 09/11/02 01:59:57 INFO zookeeper.ClientCnxn: Server connection successful *09/11/02 01:59:59 INFO ipc.HbaseRPC: Server at /127.0.0.1:35565 could not be reached after 1 tries, giving up.* *09/11/02 02:00:02 INFO ipc.HbaseRPC: Server at /127.0.0.1:35565 could not be reached after 1 tries, giving up.* this info is appearing with no end -> *09/11/02 02:00:05 INFO ipc.HbaseRPC: Server at /127.0.0.1:35565 could not be reached after 1 tries, giving up.* ... I'm working on Windows Vista (running my java client application in eclipse) and HBase is installed on Ubuntu 9.04 installed on VMware. Ubuntu virtual(Continue reading)
RSS Feed