Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个 cloudera 虚拟机,在这两个虚拟机上我都配置了 phoenix,只要它是 localhost 就可以正常工作。
当我尝试从另一个 VM 的 phoenix 连接一个 VM 的 hbase 时,我正在使用此命令
$ ./sqlline.sh xxx.xx.xx.xx:2181
连接成功,但 phoenix 仍然引用本地 HBASE 而不是远程 HBASE。谁能告诉我问题出在哪里?