Advertisement
Guest User

Untitled

a guest
Dec 29th, 2016
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.75 KB | None | 0 0
  1. ➜ bin ./sqlline.py hadoop.test.env:8766:/hbase
  2. Setting property: [incremental, false]
  3. Setting property: [isolation, TRANSACTION_READ_COMMITTED]
  4. issuing: !connect jdbc:phoenix:hadoop.test.env:8766:/hbase none none org.apache.phoenix.jdbc.PhoenixDriver
  5. Connecting to jdbc:phoenix:hadoop.test.env:8766:/hbase
  6. 16/12/29 13:16:23 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
  7. Error: org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after attempts=36, exceptions:
  8. Thu Dec 29 13:17:14 EET 2016, null, java.net.SocketTimeoutException: callTimeout=60000, callDuration=69991: row 'SYSTEM:CATALOG,,' on table 'hbase:meta' at region=hbase:meta,,1.1588230740, hostname=hadoop.test.env,16201,1483009900518, seqNum=0 (state=,code=0)
  9. java.sql.SQLException: org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after attempts=36, exceptions:
  10. Thu Dec 29 13:17:14 EET 2016, null, java.net.SocketTimeoutException: callTimeout=60000, callDuration=69991: row 'SYSTEM:CATALOG,,' on table 'hbase:meta' at region=hbase:meta,,1.1588230740, hostname=hadoop.test.env,16201,1483009900518, seqNum=0
  11.  
  12. at org.apache.phoenix.query.ConnectionQueryServicesImpl$13.call(ConnectionQueryServicesImpl.java:2432)
  13. at org.apache.phoenix.query.ConnectionQueryServicesImpl$13.call(ConnectionQueryServicesImpl.java:2352)
  14. at org.apache.phoenix.util.PhoenixContextExecutor.call(PhoenixContextExecutor.java:76)
  15. at org.apache.phoenix.query.ConnectionQueryServicesImpl.init(ConnectionQueryServicesImpl.java:2352)
  16. at org.apache.phoenix.jdbc.PhoenixDriver.getConnectionQueryServices(PhoenixDriver.java:232)
  17. at org.apache.phoenix.jdbc.PhoenixEmbeddedDriver.createConnection(PhoenixEmbeddedDriver.java:147)
  18. at org.apache.phoenix.jdbc.PhoenixDriver.connect(PhoenixDriver.java:202)
  19. at sqlline.DatabaseConnection.connect(DatabaseConnection.java:157)
  20. at sqlline.DatabaseConnection.getConnection(DatabaseConnection.java:203)
  21. at sqlline.Commands.connect(Commands.java:1064)
  22. at sqlline.Commands.connect(Commands.java:996)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  26. at java.lang.reflect.Method.invoke(Method.java:498)
  27. at sqlline.ReflectiveCommandHandler.execute(ReflectiveCommandHandler.java:38)
  28. at sqlline.SqlLine.dispatch(SqlLine.java:809)
  29. at sqlline.SqlLine.initArgs(SqlLine.java:588)
  30. at sqlline.SqlLine.begin(SqlLine.java:661)
  31. at sqlline.SqlLine.start(SqlLine.java:398)
  32. at sqlline.SqlLine.main(SqlLine.java:291)
  33. Caused by: org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after attempts=36, exceptions:
  34. Thu Dec 29 13:17:14 EET 2016, null, java.net.SocketTimeoutException: callTimeout=60000, callDuration=69991: row 'SYSTEM:CATALOG,,' on table 'hbase:meta' at region=hbase:meta,,1.1588230740, hostname=hadoop.test.env,16201,1483009900518, seqNum=0
  35.  
  36. at org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas.throwEnrichedException(RpcRetryingCallerWithReadReplicas.java:276)
  37. at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:207)
  38. at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:60)
  39. at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithoutRetries(RpcRetryingCaller.java:200)
  40. at org.apache.hadoop.hbase.client.ClientScanner.call(ClientScanner.java:320)
  41. at org.apache.hadoop.hbase.client.ClientScanner.nextScanner(ClientScanner.java:295)
  42. at org.apache.hadoop.hbase.client.ClientScanner.initializeScannerInConstruction(ClientScanner.java:160)
  43. at org.apache.hadoop.hbase.client.ClientScanner.<init>(ClientScanner.java:155)
  44. at org.apache.hadoop.hbase.client.HTable.getScanner(HTable.java:802)
  45. at org.apache.hadoop.hbase.MetaTableAccessor.fullScan(MetaTableAccessor.java:602)
  46. at org.apache.hadoop.hbase.MetaTableAccessor.tableExists(MetaTableAccessor.java:366)
  47. at org.apache.hadoop.hbase.client.HBaseAdmin.tableExists(HBaseAdmin.java:396)
  48. at org.apache.phoenix.query.ConnectionQueryServicesImpl$13.call(ConnectionQueryServicesImpl.java:2378)
  49. ... 20 more
  50. Caused by: java.net.SocketTimeoutException: callTimeout=60000, callDuration=69991: row 'SYSTEM:CATALOG,,' on table 'hbase:meta' at region=hbase:meta,,1.1588230740, hostname=hadoop.test.env,16201,1483009900518, seqNum=0
  51. at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithRetries(RpcRetryingCaller.java:159)
  52. at org.apache.hadoop.hbase.client.ResultBoundedCompletionService$QueueingFuture.run(ResultBoundedCompletionService.java:65)
  53. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  54. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  55. at java.lang.Thread.run(Thread.java:745)
  56. Caused by: java.net.ConnectException: Connection refused
  57. at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
  58. at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
  59. at org.apache.hadoop.net.SocketIOWithTimeout.connect(SocketIOWithTimeout.java:206)
  60. at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:531)
  61. at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:495)
  62. at org.apache.hadoop.hbase.ipc.RpcClientImpl$Connection.setupConnection(RpcClientImpl.java:416)
  63. at org.apache.hadoop.hbase.ipc.RpcClientImpl$Connection.setupIOstreams(RpcClientImpl.java:722)
  64. at org.apache.hadoop.hbase.ipc.RpcClientImpl$Connection.writeRequest(RpcClientImpl.java:906)
  65. at org.apache.hadoop.hbase.ipc.RpcClientImpl$Connection.tracedWriteRequest(RpcClientImpl.java:873)
  66. at org.apache.hadoop.hbase.ipc.RpcClientImpl.call(RpcClientImpl.java:1242)
  67. at org.apache.hadoop.hbase.ipc.AbstractRpcClient.callBlockingMethod(AbstractRpcClient.java:226)
  68. at org.apache.hadoop.hbase.ipc.AbstractRpcClient$BlockingRpcChannelImplementation.callBlockingMethod(AbstractRpcClient.java:331)
  69. at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$BlockingStub.scan(ClientProtos.java:34094)
  70. at org.apache.hadoop.hbase.client.ScannerCallable.openScanner(ScannerCallable.java:394)
  71. at org.apache.hadoop.hbase.client.ScannerCallable.call(ScannerCallable.java:203)
  72. at org.apache.hadoop.hbase.client.ScannerCallable.call(ScannerCallable.java:64)
  73. at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithoutRetries(RpcRetryingCaller.java:200)
  74. at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas$RetryingRPC.call(ScannerCallableWithReplicas.java:360)
  75. at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas$RetryingRPC.call(ScannerCallableWithReplicas.java:334)
  76. at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithRetries(RpcRetryingCaller.java:126)
  77. ... 4 more
  78. sqlline version 1.2.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement