Skip to content

Instantly share code, notes, and snippets.

@vithalsamp
Created February 25, 2018 12:22
Show Gist options
  • Save vithalsamp/8eeea4032466509de513a2273e838219 to your computer and use it in GitHub Desktop.
Save vithalsamp/8eeea4032466509de513a2273e838219 to your computer and use it in GitHub Desktop.
$ beeline -u jdbc:hive2://
Connecting to jdbc:hive2://
18/01/03 10:47:45 [main]: WARN service.CompositeService: Unable to create operation log root directory: /tmp/hive/operation_logs
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://>
0: jdbc:hive2://> show tables;
OK
+----------------------------------------+--+
| 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