Guest User

Untitled

a guest
Mar 7th, 2018
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. $ beeline -u jdbc:hive2://192.168.0.41:10000/test_db -n username -p password
  2. Connecting to jdbc:hive2://192.168.0.41:10000/test_db
  3. Connected to: Apache Hive (version 1.2.1000.2.5.0.0-1245)
  4. Driver: Hive JDBC (version 1.2.1000.2.5.0.0-1245)
  5. Transaction isolation: TRANSACTION_REPEATABLE_READ
  6. Beeline version 1.2.1000.2.5.0.0-1245 by Apache Hive
  7.  
  8. 0: jdbc:hive2://192.168.0.41:10000/test_db> show tables;
  9. +----------------------------------------+--+
  10. | tab_name |
  11. +----------------------------------------+--+
  12. | test_table1 |
  13. | test_table2 |
  14. | test_table3 |
  15. +----------------------------------------+--+
Add Comment
Please, Sign In to add comment