[ https://issues.apache.org/jira/browse/HADOOP-17038?focusedWorklogId=478751&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-478751 ]
ASF GitHub Bot logged work on HADOOP-17038: ------------------------------------------- Author: ASF GitHub Bot Created on: 03/Sep/20 18:31 Start Date: 03/Sep/20 18:31 Worklog Time Spent: 10m Work Description: steveloughran commented on pull request #2206: URL: https://github.com/apache/hadoop/pull/2206#issuecomment-686672349 > The Keys for the FSBuilder APIs needs to be generic. Any pointer where we need to add this? May be already we have a place for this with sample keys .. Wanted to see the naming convention. I can refer that. Thanks again Steve. Have a look at what I'm doing in #2168 for this. ---------------------------------------------------------------- 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: 478751) Remaining Estimate: 0h Time Spent: 10m > Support positional read in AbfsInputStream > ------------------------------------------ > > Key: HADOOP-17038 > URL: https://issues.apache.org/jira/browse/HADOOP-17038 > Project: Hadoop Common > Issue Type: Sub-task > Reporter: Anoop Sam John > Assignee: Anoop Sam John > Priority: Major > Labels: HBase, abfsactive > Attachments: HBase Perf Test Report.xlsx, screenshot-1.png > > Time Spent: 10m > Remaining Estimate: 0h > > Right now it will do a seek to the position , read and then seek back to the > old position. (As per the impl in the super class) > In HBase kind of workloads we rely mostly on short preads. (like 64 KB size > by default). So would be ideal to support a pure pos read API which will not > even keep the data in a buffer but will only read the required data as what > is asked for by the caller. (Not reading ahead more data as per the read size > config) -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org