Advertisement
Guest User

Untitled

a guest
Feb 28th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. root@ds01 ~]# /usr/hdp/current/phoenix-client/bin/sqlline.py localhost:8765
  2. Setting property: [incremental, false]
  3. Setting property: [isolation, TRANSACTION_READ_COMMITTED]
  4. issuing: !connect jdbc:phoenix:localhost:8765 none none org.apache.phoenix.jdbc.PhoenixDriver
  5. Connecting to jdbc:phoenix:localhost:8765
  6. SLF4J: Class path contains multiple SLF4J bindings.
  7. SLF4J: Found binding in [jar:file:/usr/hdp/3.1.0.0-78/phoenix/phoenix-5.0.0.3.1.0.0-78-client.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  8. SLF4J: Found binding in [jar:file:/usr/hdp/3.1.0.0-78/hadoop/lib/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  9. SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
  10. 19/02/28 15:13:30 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
  11. 19/02/28 15:13:31 WARN zookeeper.ClientCnxn: Session 0x0 for server localhost/0:0:0:0:0:0:0:1:8765, unexpected error, closing socket connection and attempting reconnect
  12. java.io.IOException: Packet len1213486160 is out of range!
  13. at org.apache.phoenix.shaded.org.apache.zookeeper.ClientCnxnSocket.readLength(ClientCnxnSocket.java:112)
  14. at org.apache.phoenix.shaded.org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:79)
  15. at org.apache.phoenix.shaded.org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:366)
  16. at org.apache.phoenix.shaded.org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1125)
  17. 19/02/28 15:13:31 WARN zookeeper.ReadOnlyZKClient: 0x1a942c18 to localhost:8765 failed for get of /hbase-unsecure/hbaseid, code = CONNECTIONLOSS, retries = 1
  18. 19/02/28 15:13:31 WARN zookeeper.ClientCnxn: Session 0x0 for server localhost/127.0.0.1:8765, unexpected error, closing socket connection and attempting reconnect
  19. java.io.IOException: Packet len1213486160 is out of range!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement