hbase 的一些坑

时间:2023-03-10 05:22:33
hbase 的一些坑

1)如果你是要远程调用api,  除了依赖包。还要要zookeeper 节点的master,   配置:C:\Windows\System32\drivers\etc\hosts    master.

c.set("hbase.zookeeper.quorum", "192.168.59.21:2181,192.168.59.22:2181,192.168.59.23:2181");