Hi
How to connect hbase remotely? what config i need to change in hbase server? thanks
Configuration conf = HBaseConfiguration.create();
conf.set("hbase.zookeeper.quorum", "192.168.0.174");
conf.set("hbase.zookeeper.property.clientPort", "2181");
HBaseAdmin.available(conf);
Above doesn't work
thanks
Peter
Hi
How to connect hbase remotely? what config i need to change in hbase server? thanks
Above doesn't work
thanks
Peter