Skip to content

Instantly share code, notes, and snippets.

@vithalsamp
Created February 25, 2018 12:30
Show Gist options
  • Save vithalsamp/a5c4d140e8e516902f6a3a21bd84c0a1 to your computer and use it in GitHub Desktop.
Save vithalsamp/a5c4d140e8e516902f6a3a21bd84c0a1 to your computer and use it in GitHub Desktop.
$ beeline -u jdbc:hive2://192.168.0.41:10000/test_db -n username -p password
Connecting to jdbc:hive2://192.168.0.41:10000/test_db
Connected to: Apache Hive (version 1.2.1000.2.5.0.0-1245)
Driver: Hive JDBC (version 1.2.1000.2.5.0.0-1245)
Transaction isolation: TRANSACTION_REPEATABLE_READ
Beeline version 1.2.1000.2.5.0.0-1245 by Apache Hive
0: jdbc:hive2://192.168.0.41:10000/test_db> show tables;
+----------------------------------------+--+
| tab_name |
+----------------------------------------+--+
| test_table1 |
| test_table2 |
| test_table3 |
+----------------------------------------+--+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment