[ https://issues.apache.org/jira/browse/HIVE-23140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17076388#comment-17076388 ]
Rajesh Balamohan commented on HIVE-23140: ----------------------------------------- Test case failure is not related to this patch. {noformat} org.apache.hadoop.hive.ql.parse.TestScheduledReplicationScenarios Could not connect to meta store using any of the URIs provided. Most recent failure: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused at org.apache.thrift.transport.TSocket.open(TSocket.java:226) org.apache.hadoop.hive.ql.parse.TestScheduledReplicationScenarios java.lang.NullPointerException at org.apache.hadoop.hive.ql.parse.BaseReplicationScenariosAcidTables.classLevelTearDown(BaseReplicationScenariosAcidTables.java:106) at sun.reflect.NativeMethodAcc {noformat} > 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)