Guest User

Untitled

a guest
Mar 7th, 2018
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 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.  
  10. 0: jdbc:hive2://> show tables;
  11. OK
  12. +----------------------------------------+--+
  13. | tab_name |
  14. +----------------------------------------+--+
  15. | test_table1 |
  16. | test_table2 |
  17. | test_table3 |
  18. +----------------------------------------+--+
Add Comment
Please, Sign In to add comment