[
https://issues.apache.org/jira/browse/HIVE-23140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17076381#comment-17076381
]
Hive QA commented on HIVE-23140:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12999017/HIVE-23140.1.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 18170 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.ql.parse.TestScheduledReplicationScenarios.org.apache.hadoop.hive.ql.parse.TestScheduledReplicationScenarios
(batchId=283)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/21471/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/21471/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-21471/
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: 12999017 - PreCommit-HIVE-Build
> Optimise file move in CTAS
> ---------------------------
>
> Key: HIVE-23140
> URL: https://issues.apache.org/jira/browse/HIVE-23140
> Project: Hive
> Issue Type: Improvement
> Components: HiveServer2
> Reporter: Rajesh Balamohan
> Assignee: Rajesh Balamohan
> Priority: Minor
> Attachments: HIVE-23140.1.patch
>
>
> FileSinkOperator can be optimized to run file move operation (/_tmp.-ext -->
> /-ext-) in parallel fashion. Currently it invokes
> {{Utilities.moveSpecifiedFileStatus}} and renames in sequential mode causing
> delays in cloud storage. FS rename can be used (S3A internally has parallel
> rename operation).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)