Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
None
-
None
-
None
Description
I'd like to be able to do the following:
% hive --dbname=mydb hive> ...
instead of having to do:
% hive hive> use mydb; hive> ...
Attachments
Attachments
Issue Links
- is duplicated by
-
HIVE-3066 Add the option -database DATABASE in hive cli to specify a default database to use for the cli session.
- Closed