[ https://issues.apache.org/jira/browse/HIVE-24669?focusedWorklogId=540938&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-540938 ]
ASF GitHub Bot logged work on HIVE-24669: ----------------------------------------- Author: ASF GitHub Bot Created on: 25/Jan/21 08:23 Start Date: 25/Jan/21 08:23 Worklog Time Spent: 10m Work Description: pvargacl commented on a change in pull request #1893: URL: https://github.com/apache/hive/pull/1893#discussion_r563533532 ########## File path: ql/src/java/org/apache/hadoop/hive/ql/io/HdfsUtils.java ########## @@ -117,6 +117,10 @@ public static long createTestFileId( } return result; } + public static List<Path> listPath(final FileSystem fs, final Path path, final PathFilter filter, Review comment: Thanks @steveloughran for taking a look at this. I will try to take advantage of the async prefetch feature in later PRs, it seems promising, but it would need bigger code change. I will checkout the IOStats downstream, I have seen it is already available there. ---------------------------------------------------------------- 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: 540938) Time Spent: 2h 40m (was: 2.5h) > Improve Filesystem usage in Hive::loadPartitionInternal > ------------------------------------------------------- > > Key: HIVE-24669 > URL: https://issues.apache.org/jira/browse/HIVE-24669 > Project: Hive > Issue Type: Sub-task > Reporter: Peter Varga > Assignee: Peter Varga > Priority: Major > Labels: pull-request-available > Time Spent: 2h 40m > Remaining Estimate: 0h > > * Use native recursive listing instead doing it on the Hive side > * Reuse the file list determined for writeNotificationlogs in quickstat > generation -- This message was sent by Atlassian Jira (v8.3.4#803005)