Guest User

Untitled

a guest
Dec 3rd, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. 0: jdbc:phoenix:hadoopm1:2181> select Count(*) from PJM_DATASET;
  2. +------------+
  3. | COUNT(1) |
  4. +------------+
  5.  
  6. java.lang.RuntimeException: org.apache.phoenix.exception.PhoenixIOException: org.apache.phoenix.exception.PhoenixIOException: Failed after attempts=36, exceptions:
  7. 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
  8.  
  9. at sqlline.SqlLine$IncrementalRows.hasNext(SqlLine.java:2440)
  10. at sqlline.SqlLine$TableOutputFormat.print(SqlLine.java:2074)
  11. at sqlline.SqlLine.print(SqlLine.java:1735)
  12. at sqlline.SqlLine$Commands.execute(SqlLine.java:3683)
  13. at sqlline.SqlLine$Commands.sql(SqlLine.java:3584)
  14. at sqlline.SqlLine.dispatch(SqlLine.java:821)
  15. at sqlline.SqlLine.begin(SqlLine.java:699)
  16. at sqlline.SqlLine.mainWithInputRedirection(SqlLine.java:441)
  17. at sqlline.SqlLine.main(SqlLine.java:424)
  18. 0: jdbc:phoenix:hadoopm1:2181>
  19.  
  20. <property>
  21. <name>hbase.rpc.timeout</name>
  22. <value>600000</value>
  23. </property>
  24.  
  25. phoenix_utils.py | grep hbase_conf_path
  26.  
  27. java.net.SocketTimeoutException: callTimeout=60000, callDuration=60101: row '' on table '****' at region=****, hostname=wn1-bghbas.y1ao3ht4safu3e4em4fhuri0eh.ax.internal.cloudapp.net,16020,1543844388080, seqNum=568644
  28. org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after attempts=36, exceptions:
  29. Mon Dec 03 14:01:45 UTC 2018, null, java.net.SocketTimeoutException: callTimeout=60000, callDuration=60101: row '' on table '****' at region=****, hostname=****, seqNum=568644
  30.  
  31. at org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas.throwEnrichedException(RpcRetryingCallerWithReadReplicas.java:271)
  32. at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:210)
  33. at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:60)
  34. at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithoutRetries(RpcRetryingCaller.java:210)
  35. at org.apache.hadoop.hbase.client.ClientScanner.call(ClientScanner.java:327)
  36. at org.apache.hadoop.hbase.client.ClientScanner.loadCache(ClientScanner.java:413)
  37. at org.apache.hadoop.hbase.client.ClientScanner.next(ClientScanner.java:371)
  38. at org.apache.phoenix.iterate.ScanningResultIterator.next(ScanningResultIterator.java:55)
  39. ... 11 more
Add Comment
Please, Sign In to add comment