【发布时间】:2020-06-27 18:50:37
【问题描述】:
错误
尝试使用 HBaseStorageHandler 从 Hive 查询 HBase 时收到超时错误。
Caused by: java.net.SocketTimeoutException: callTimeout=60000, callDuration=68199: row 'phoenix_test310,,'
on table 'hbase:meta' at region=hbase:meta,,1.1588230740, hostname=hbase-master.example.com,16020,1583728693297, seqNum=0
at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithRetries(RpcRetryingCaller.java:159)
at org.apache.hadoop.hbase.client.ResultBoundedCompletionService$QueueingFuture.run(ResultBoundedCompletionService.java:64)
... 3 more
我尝试按照我能做到的文档,并基于此 Cloudera link 将一些 hbase 配置选项添加到 hive-site.xml
环境:
- Hadoop 2.9.2
- HBase 1.5
- Hive 2.3.6
- 动物园管理员 3.5.6
【问题讨论】: