[
https://issues.apache.org/jira/browse/HIVE-6175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xuefu Zhang resolved HIVE-6175.
-------------------------------
Resolution: Cannot Reproduce
After moving to the latest trunk, it seems that the issue is gone. Assume it's
fixed.
{code}
Beeline version 0.13.0-SNAPSHOT by Apache Hive
0: jdbc:hive2://> set env:TERM=abc;
14/01/08 21:34:03 INFO operation.Operation: Putting temp output to file
/tmp/xzhang/45b21c29-b34e-4033-92b9-ed21e3a5c9e51854698856366632850.pipeout
env:* variables can not be set.
0: jdbc:hive2://>
{code}
> At Beeline changine an env variable value doesn't result in an error message
> ----------------------------------------------------------------------------
>
> Key: HIVE-6175
> URL: https://issues.apache.org/jira/browse/HIVE-6175
> Project: Hive
> Issue Type: Bug
> Components: CLI
> Affects Versions: 0.10.0, 0.11.0, 0.12.0
> Reporter: Xuefu Zhang
> Assignee: Xuefu Zhang
>
> By design, the value of an environment variable cannot be changed by Hive.
> Hive CLI gives an error message if attempt is made:
> {code}
> hive> set env:TERM=abc;
> env:* variables can not be set.
> {code}
> However, Beeline displays nothing:
> {code}
> 0: jdbc:hive2://> set env:TERM=abc;
> 0: jdbc:hive2://>
> {code}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)