错误现象:
默认等待时间是60秒,超过这个时间就报超时问题了。因此需调整超时时间,默认为60秒,在配置文件 hbase-site.xml中:
调整成10分钟hbase.rpc.timeout 600000 hbase.client.operation.timeout 600000 hbase.client.scanner.timeout.period 600000 hbase.regionserver.lease.period 600000 phoenix.query.timeoutMs 600000 phoenix.query.keepAliveMs 600000 hbase.client.ipc.pool.type RoundRobinPool hbase.client.ipc.pool.size 10