[
https://issues.apache.org/jira/browse/HIVE-11236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624579#comment-14624579
]
Hive QA commented on HIVE-11236:
--------------------------------
{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/12744995/HIVE-11236.1-beeline-cli.patch
{color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 9038 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver_auto_sortmerge_join_2
org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver_auto_sortmerge_join_8
org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver_join_merge_multi_expressions
org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver_louter_join_ppr
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-BEELINE-Build/9/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-BEELINE-Build/9/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-BEELINE-Build-9/
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: 4 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12744995 - PreCommit-HIVE-BEELINE-Build
> BeeLine-Cli: use the same output format as old CLI in the new CLI
> -----------------------------------------------------------------
>
> Key: HIVE-11236
> URL: https://issues.apache.org/jira/browse/HIVE-11236
> Project: Hive
> Issue Type: Sub-task
> Components: CLI
> Reporter: Ferdinand Xu
> Assignee: Ferdinand Xu
> Attachments: HIVE-11236.1-beeline-cli.patch
>
>
> In old CLI, the output format is as follows:
> {noformat}
> hive> show tables;
> OK
> tbl1_name
> tbl2_name
> Time taken: 0.808 seconds, Fetched: 2 row(s)
> {noformat}
> {noformat}
> hive> describe tbl1_name;
> OK
> a int
> b int
> {noformat}
> This requires the default outputformat for new CLI is dsv with delimiter ' '
> and disable the showHeader option.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)