[ https://issues.apache.org/jira/browse/HIVE-24669?focusedWorklogId=540230&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-540230 ]
ASF GitHub Bot logged work on HIVE-24669: ----------------------------------------- Author: ASF GitHub Bot Created on: 22/Jan/21 16:29 Start Date: 22/Jan/21 16:29 Worklog Time Spent: 10m Work Description: steveloughran commented on a change in pull request #1893: URL: https://github.com/apache/hive/pull/1893#discussion_r562749017 ########## 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: 1. if you could process the results with any computation per record, you will get full benefits of the async page fetch offered by s3a and (soon) abfs; at 600ms a list for 200 records on s3, that's potentially 3ms/record saving 2. If `listLocatedFileStatus()` logged @ debug the toString() value of the iterator, the S3A FS iterator will print out its IOStats, including #of S3 list requests and min/mean/max durations. ---------------------------------------------------------------- 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: 540230) Time Spent: 2.5h (was: 2h 20m) > 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: 2.5h > 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)