[
https://issues.apache.org/jira/browse/HIVE-11747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14732297#comment-14732297
]
Hive QA commented on HIVE-11747:
--------------------------------
{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/12754366/HIVE-11747.patch
{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 9420 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_index_bitmap_auto
org.apache.hive.hcatalog.api.TestHCatClient.testTableSchemaPropagation
org.apache.hive.hcatalog.streaming.TestStreaming.testEndpointConnection
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5188/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5188/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-5188/
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: 3 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12754366 - PreCommit-HIVE-TRUNK-Build
> Unnecessary error log is shown when executing a "INSERT OVERWRITE LOCAL
> DIRECTORY" cmd in the embedded mode
> -----------------------------------------------------------------------------------------------------------
>
> Key: HIVE-11747
> URL: https://issues.apache.org/jira/browse/HIVE-11747
> Project: Hive
> Issue Type: Bug
> Reporter: Ferdinand Xu
> Assignee: Ferdinand Xu
> Priority: Minor
> Attachments: HIVE-11747.patch
>
>
> The ”INSERT OVERWRITE LOCAL DIRECTORY“ task runs successfully while some
> error logs are thrown.
> {noformat}
> Connected to: Apache Hive (version 2.0.0-SNAPSHOT)
> Driver: Hive JDBC (version 2.0.0-SNAPSHOT)
> Transaction isolation: TRANSACTION_REPEATABLE_READ
> Beeline version 2.0.0-SNAPSHOT by Apache Hive
> hive> INSERT OVERWRITE LOCAL DIRECTORY '/nullformat' ROW FORMAT DELIMITED
> NULL DEFINED AS 'fooNull' SELECT a,b FROM base_tab;
> 18:35:51.288 [HiveServer2-Background-Pool: Thread-25] ERROR
> org.apache.hadoop.hive.ql.exec.mr.ExecDriver - yarn
> No rows affected (14.372 seconds)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)