Created
February 25, 2018 12:22
-
-
Save vithalsamp/8eeea4032466509de513a2273e838219 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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