【发布时间】:2015-03-07 13:08:51
【问题描述】:
大家好,我在大表上运行 phoenix count 查询时收到以下错误消息。
0: jdbc:phoenix:hadoopm1:2181> select Count(*) from PJM_DATASET;
+------------+
| COUNT(1) |
+------------+
java.lang.RuntimeException: org.apache.phoenix.exception.PhoenixIOException: org.apache.phoenix.exception.PhoenixIOException: Failed after attempts=36, exceptions:
Fri Jan 09 02:18:10 CST 2015, null, java.net.SocketTimeoutException: callTimeout=60000, callDuration=62365: row '' on table 'PJM_DATASET' at region=PJM_DATASET,,1420633295836.4394a3aa2721f87f3e6216d20ebeec44., hostname=hadoopctrl,60020,1420790733247, seqNum=27753
at sqlline.SqlLine$IncrementalRows.hasNext(SqlLine.java:2440)
at sqlline.SqlLine$TableOutputFormat.print(SqlLine.java:2074)
at sqlline.SqlLine.print(SqlLine.java:1735)
at sqlline.SqlLine$Commands.execute(SqlLine.java:3683)
at sqlline.SqlLine$Commands.sql(SqlLine.java:3584)
at sqlline.SqlLine.dispatch(SqlLine.java:821)
at sqlline.SqlLine.begin(SqlLine.java:699)
at sqlline.SqlLine.mainWithInputRedirection(SqlLine.java:441)
at sqlline.SqlLine.main(SqlLine.java:424)
0: jdbc:phoenix:hadoopm1:2181>
请帮忙。
【问题讨论】:
-
我的集群中有两台主服务器和一台区域服务器,ambari 服务检查和状态显示一切正常
-
我也有同样的问题..这个问题有解决办法吗?
-
我也有同样的问题。我的表的大小是 15 亿行。
-
@user3683741 你能找到溶胶吗?
-
@shaileshgupta 这在这一点上可能无关紧要,但我在下面发布了一个新答案。也许会有所帮助。
标签: hbase phoenix ambari sqlline