老师,Phoenix 无法连接虚拟机中(系统ubuntu)的HBase,这个需要在Phoenix配置什么吗
来源:6-4 Phoenix实战:java jdbc操作Phoenix

慕勒0396096
2018-12-29
Caused by: org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after attempts=36, exceptions:
Fri Dec 28 21:07:32 CST 2018, null, java.net.SocketTimeoutException: callTimeout=6000, callDuration=6903: row ‘SYSTEM:CATALOG,’ on table ‘hbase:meta’ at region=hbase:meta,1.1588230740, hostname=ubuntu,16020,1545641783989, seqNum=0
Caused by: java.net.UnknownHostException: ubuntu
写回答
2回答
-
慕勒0396096
提问者
2018-12-29
之前用HBase原生的Api的时候就修改了
windows中改为
172.30.35.93 master
ubantu中改为
172.30.35.93 master
是好用的 但是用Phoenix连接就不行了
082018-12-29 -
叁金
2018-12-29
不知道host,你自己的hosts文件和虚拟机的hosts有没有修改
012018-12-29
相似问题