[
https://issues.apache.org/jira/browse/HIVE-6174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13872297#comment-13872297
]
Xuefu Zhang commented on HIVE-6174:
-----------------------------------
Patch committed to trunk. Thanks to Prasad for the review.
> 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-5174.3.patch, HIVE-6174.2.patch, 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)