Created
February 25, 2018 11:48
-
-
Save vithalsamp/cb05183a779487cc2a92c7bee02078ec 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 | |
| +----------------------------------------+--+ | |
| | database_name | | |
| +----------------------------------------+--+ | |
| |Default | | |
| | test_db | | |
| +----------------------------------------+--+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment