[
https://issues.apache.org/jira/browse/HIVE-22971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17069196#comment-17069196
]
Hive QA commented on HIVE-22971:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12997976/HIVE-22971.04.patch
{color:green}SUCCESS:{color} +1 due to 2 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 18144 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.ql.txn.compactor.TestCompactor.mmTableOriginalsMajorText
(batchId=255)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/21305/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/21305/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-21305/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
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: 12997976 - PreCommit-HIVE-Build
> Eliminate file rename in insert-only compactor
> ----------------------------------------------
>
> Key: HIVE-22971
> URL: https://issues.apache.org/jira/browse/HIVE-22971
> Project: Hive
> Issue Type: Improvement
> Reporter: Karen Coppage
> Assignee: Karen Coppage
> Priority: Major
> Labels: ACID, compaction
> Attachments: HIVE-22971.01.patch, HIVE-22971.02.patch,
> HIVE-22971.03.patch, HIVE-22971.04.patch
>
>
> File rename is expensive for object stores, so MM (insert-only) compaction
> should skip that step when committing and write directly to base_x_cZ or
> delta_x_y_cZ.
> This also fixes the issue that for MM QB compaction the temp tables were
> stored under the table directory, and these temp dirs were never cleaned up.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)