I think you need to also setup zookeeper parent
Configuration conf = HBaseConfiguration.create();
conf.set("hbase.master", "147.11.88.163:60000");
conf.set("hbase.zookeeper.quorum", "147.11.88.163");
conf.set("hbase.zookeeper.property.clientPort",
"2181");
conf.set("zookeeper.znode.parent", "/zooParentNode");
On Thu, Mar 14, 2013 at 3:11 AM, ranInc <[email protected]> wrote:
> Hi,
> this is my configuration settings:
>
> Configuration conf = HBaseConfiguration.create();
> conf.set("hbase.master", "147.11.88.163:60000");
> conf.set("hbase.zookeeper.quorum",
> "147.11.88.163");
> conf.set("hbase.zookeeper.property.clientPort",
> "2181");
>
>
>
> --
> View this message in context:
> http://apache-hbase.679495.n3.nabble.com/remote-hbase-connection-failure-tp4040140p4040218.html
> Sent from the HBase User mailing list archive at Nabble.com.
>