[
https://issues.apache.org/jira/browse/HIVE-11824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14746792#comment-14746792
]
Hive QA commented on HIVE-11824:
--------------------------------
{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/12756076/HIVE-11824.2.patch
{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 9445 tests executed
*Failed tests:*
{noformat}
org.apache.hive.hcatalog.api.TestHCatClient.testTableSchemaPropagation
org.apache.hive.hcatalog.streaming.TestStreaming.testRemainingTransactions
org.apache.hive.hcatalog.streaming.TestStreaming.testTimeOutReaper
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5289/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5289/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-5289/
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: 12756076 - PreCommit-HIVE-TRUNK-Build
> Insert to local directory causes staging directory to be copied
> ---------------------------------------------------------------
>
> Key: HIVE-11824
> URL: https://issues.apache.org/jira/browse/HIVE-11824
> Project: Hive
> Issue Type: Bug
> Affects Versions: 1.3.0, 2.0.0
> Reporter: Prasanth Jayachandran
> Assignee: Prasanth Jayachandran
> Attachments: HIVE-11824.1.patch, HIVE-11824.2.patch
>
>
> While running tez_insert_overwrite_local_directory_1.q test under tez and
> llap, the results were flaky. The reason being insert into local directory
> copies .staging directory to destination directory. This causes dfs -cat
> dest-dir/* to fail, failing the tests. Non local insert directory works fine
> as MoveTask performs move operation with hidden files removal filter before
> moving whereas local directory insert uses DFS.copyToLocalFile without hidden
> files filter.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)