Hi, if I am running HBase in pseudo-distributed mode and I cannot connect to it from other nodes, I guess, that is to be expected, right?
I mean, the browser connects to http://hbase-url:60010, but the zookeeper, which ignored my ip and started on localhost, would give me a problem. So I would need 3 nodes for zookeeper. And that's the reason for me error 11/12/30 04:48:56 INFO zookeeper.ClientCnxn: Session establishment complete on server domU-12-31-38-04-AA-53.compute-1.internal/10.220.169.157:2181, sessionid = 0x1348d4c23a60005, negotiated timeout = 40000 11/12/30 04:48:56 INFO ipc.HbaseRPC: Server at localhost/127.0.0.1:60020could not be reached after 1 tries, giving up. Thank you for any pointers. Regards, Mark
