Hive CLI should let you specify database on the command line
------------------------------------------------------------

                 Key: HIVE-2172
                 URL: https://issues.apache.org/jira/browse/HIVE-2172
             Project: Hive
          Issue Type: New Feature
          Components: CLI
            Reporter: Carl Steinbach
            Priority: Minor


I'd like to be able to do the following:

{noformat}
% hive --dbname=mydb
hive> ...
{noformat}

instead of having to do:

{noformat}
% hive
hive> use mydb;
hive> ...
{noformat}


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to