Xuefu Zhang created HIVE-6174:
---------------------------------
Summary: Beeline "set varible" doesn't show the value of the
variable as Hive CLI
Key: HIVE-6174
URL: https://issues.apache.org/jira/browse/HIVE-6174
Project: Hive
Issue Type: Bug
Components: CLI
Affects Versions: 0.12.0, 0.11.0, 0.10.0
Reporter: Xuefu Zhang
Assignee: Xuefu Zhang
Currently it displays nothing.
{code}
0: jdbc:hive2://> set env:TERM;
0: jdbc:hive2://>
{code}
In contrast, Hive CLI displays the value of the variable.
{code}
hive> set env:TERM;
env:TERM=xterm
{code}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)