[
https://issues.apache.org/jira/browse/HIVE-6174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13868658#comment-13868658
]
Hive QA commented on HIVE-6174:
-------------------------------
{color:red}Overall{color}: -1 at least one tests failed
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12622443/HIVE-6174.2.patch
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 4919 tests executed
*Failed tests:*
{noformat}
org.apache.hive.jdbc.miniHS2.TestHiveServer2.testGetVariableValue
{noformat}
Test results:
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/855/testReport
Console output:
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/855/console
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 1 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12622443
> 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.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)