[ 
https://issues.apache.org/jira/browse/HIVE-24717?focusedWorklogId=582118&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-582118
 ]

ASF GitHub Bot logged work on HIVE-24717:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 14/Apr/21 00:18
            Start Date: 14/Apr/21 00:18
    Worklog Time Spent: 10m 
      Work Description: github-actions[bot] closed pull request #1934:
URL: https://github.com/apache/hive/pull/1934


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 582118)
    Time Spent: 1h  (was: 50m)

> Migrate to listStatusIterator in moving files
> ---------------------------------------------
>
>                 Key: HIVE-24717
>                 URL: https://issues.apache.org/jira/browse/HIVE-24717
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Mustafa İman
>            Assignee: Mustafa İman
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Hive.java has various calls to hdfs listStatus call when moving 
> files/directories around. These codepaths are used for insert overwrite 
> table/partition queries.
> listStatus It is blocking call whereas listStatusIterator is backed by a 
> RemoteIterator and fetches pages in the background. Hive should take 
> advantage of that since Hadoop has implemented listStatusIterator for S3 
> recently https://issues.apache.org/jira/browse/HADOOP-17074



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to