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

ASF GitHub Bot logged work on HADOOP-18028:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 25/Mar/22 20:24
            Start Date: 25/Mar/22 20:24
    Worklog Time Spent: 10m 
      Work Description: steveloughran commented on pull request #3736:
URL: https://github.com/apache/hadoop/pull/3736#issuecomment-1079407424


   I've created a feature branch for this and a PR which takes this change 
(with test file renames & some other small changes) as an initial PR to apply 
to it: #4109
   
   can everyone who has outstanding issues/comments look at that patch and 
create some subtasks on the JIRA itself...we can fix the issues (test failures 
etc) in individual subtasks.
   
   note: this feature branch can be rebased as we go along, though I'd like to 
get it in asap. I do want to get #2584 in first, *which needs reviews from 
other people*. That change should allow for the new input stream to decide 
policy from the openFile() parameters


-- 
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.

To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org

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


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

    Worklog Id:     (was: 747977)
    Time Spent: 12.5h  (was: 12h 20m)

> improve S3 read speed using prefetching & caching
> -------------------------------------------------
>
>                 Key: HADOOP-18028
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18028
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: fs/s3
>            Reporter: Bhalchandra Pandit
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 12.5h
>  Remaining Estimate: 0h
>
> I work for Pinterest. I developed a technique for vastly improving read 
> throughput when reading from the S3 file system. It not only helps the 
> sequential read case (like reading a SequenceFile) but also significantly 
> improves read throughput of a random access case (like reading Parquet). This 
> technique has been very useful in significantly improving efficiency of the 
> data processing jobs at Pinterest. 
>  
> I would like to contribute that feature to Apache Hadoop. More details on 
> this technique are available in this blog I wrote recently:
> [https://medium.com/pinterest-engineering/improving-efficiency-and-reducing-runtime-using-s3-read-optimization-b31da4b60fa0]
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to