Created
February 25, 2018 12:23
-
-
Save vithalsamp/3a82fd6ccfb02fe8d5659e06fe310478 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> !connect jdbc:hive2:// | |
Connecting to jdbc:hive2:// | |
Enter username for jdbc:hive2://: username | |
Enter password for jdbc:hive2://: ******* | |
18/01/03 10:51:03 [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 | |
0: jdbc:hive2://> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment