[
https://issues.apache.org/jira/browse/HIVE-6174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13868278#comment-13868278
]
Xuefu Zhang commented on HIVE-6174:
-----------------------------------
With the patch, the console now displays for both remote mode and embedded mode:
{code}
0: jdbc:hive2://localhost:10000> set env:TERM;
[HiveQueryResultSet/next] 0
+-----------------+
| set |
+-----------------+
| env:TERM=xterm |
+-----------------+
{code}
> 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.10.0, 0.11.0, 0.12.0
> Reporter: Xuefu Zhang
> Assignee: Xuefu Zhang
> Attachments: HIVE-6174.patch
>
>
> 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)