Guest User

Untitled

a guest
Mar 7th, 2018
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. $ beeline -u jdbc:hive2://
  2. Connecting to jdbc:hive2://
  3. 18/01/03 10:47:45 [main]: WARN service.CompositeService: Unable to create operation log root directory: /tmp/hive/operation_logs
  4. Connected to: Apache Hive (version 1.2.1000.2.5.0.0-1245)
  5. Driver: Hive JDBC (version 1.2.1000.2.5.0.0-1245)
  6. Transaction isolation: TRANSACTION_REPEATABLE_READ
  7. Beeline version 1.2.1000.2.5.0.0-1245 by Apache Hive
  8. 0: jdbc:hive2://>
  9. 0: jdbc:hive2://> show tables;
  10. OK
  11. +----------------------------------------+--+
  12. | database_name |
  13. +----------------------------------------+--+
  14. |Default |
  15. | test_db |
  16. +----------------------------------------+--+
Add Comment
Please, Sign In to add comment