[
https://issues.apache.org/jira/browse/HIVE-22401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16959225#comment-16959225
]
Hive QA commented on HIVE-22401:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12983944/HIVE-22401.01.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 6 failed/errored test(s), 17542 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.ql.TestTxnCommands2.testMmTableCompaction (batchId=335)
org.apache.hadoop.hive.ql.TestTxnCommands2WithSplitUpdateAndVectorization.testMmTableCompaction
(batchId=349)
org.apache.hadoop.hive.ql.TestTxnCommandsForMmTable.testMmTableCompaction
(batchId=310)
org.apache.hadoop.hive.ql.TestTxnCommandsForMmTable.testSnapshotIsolationWithAbortedTxnOnMmTable
(batchId=310)
org.apache.hadoop.hive.ql.TestTxnCommandsForOrcMmTable.testMmTableCompaction
(batchId=332)
org.apache.hadoop.hive.ql.TestTxnCommandsForOrcMmTable.testSnapshotIsolationWithAbortedTxnOnMmTable
(batchId=332)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/19146/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/19146/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-19146/
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: 6 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12983944 - PreCommit-HIVE-Build
> ACID: Refactor CompactorMR
> --------------------------
>
> Key: HIVE-22401
> URL: https://issues.apache.org/jira/browse/HIVE-22401
> Project: Hive
> Issue Type: Sub-task
> Components: Hive
> Reporter: Laszlo Pinter
> Assignee: Laszlo Pinter
> Priority: Major
> Attachments: HIVE-22401.01.patch
>
>
> At the moment CompactorMR contains all the methods which handles compaction.
> Since compaction can also be triggered as hive queries not only as MR jobs,
> it makes sense to move out these methods to a separate class, to avoid
> confusion.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)