Advertisement
Guest User

Untitled

a guest
Feb 28th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. [root@ds01 ~]# /usr/hdp/current/phoenix-client/bin/sqlline.py localhost:2181
  2. Setting property: [incremental, false]
  3. Setting property: [isolation, TRANSACTION_READ_COMMITTED]
  4. issuing: !connect jdbc:phoenix:localhost:2181 none none org.apache.phoenix.jdbc.PhoenixDriver
  5. Connecting to jdbc:phoenix:localhost:2181
  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:12:04 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
  11. Connected to: Phoenix (version 5.0)
  12. Driver: PhoenixEmbeddedDriver (version 5.0)
  13. Autocommit status: true
  14. Transaction isolation: TRANSACTION_READ_COMMITTED
  15. Building list of tables and columns for tab-completion (set fastconnect to true to skip)...
  16. 142/142 (100%) Done
  17. Done
  18. sqlline version 1.2.0
  19. 0: jdbc:phoenix:localhost:2181> Closing: org.apache.phoenix.jdbc.PhoenixConnection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement