You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Reuben Kuhnert (JIRA)" <ji...@apache.org> on 2015/05/18 14:47:59 UTC

[jira] [Created] (HIVE-10738) Beeline does not respect hive.cli.print.current.db

Reuben Kuhnert created HIVE-10738:
-------------------------------------

             Summary: Beeline does not respect hive.cli.print.current.db
                 Key: HIVE-10738
                 URL: https://issues.apache.org/jira/browse/HIVE-10738
             Project: Hive
          Issue Type: Bug
            Reporter: Reuben Kuhnert
            Assignee: Reuben Kuhnert
            Priority: Minor



Hive CLI (shows default database):
{code}
hive> set hive.cli.print.current.db=true;
set hive.cli.print.current.db=true;
hive (default)> 
{code}

Beeline (no change):
{code}
0: jdbc:hive2://localhost:10000> set hive.cli.print.current.db=true;
set hive.cli.print.current.db=true;
No rows affected (3.016 seconds)
0: jdbc:hive2://localhost:10000> 
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)