mukund-thakur opened a new pull request #2307:
URL: https://github.com/apache/hadoop/pull/2307


   Introducing fs.azure.readahead.range parameter which can be set by user.
   Data will be populated in buffer for random reads as well which leads to 
lesser
   remote calls.
   This patch also changes the seek implementation to perform a lazy seek. 
Actual
   seek is done when a read is initiated and data is not present in buffer else
   date is returned from buffer thus reducing the number of remote calls.
   
   ## NOTICE
   
   Please create an issue in ASF JIRA before opening a pull request,
   and you need to set the title of the pull request which starts with
   the corresponding JIRA issue number. (e.g. HADOOP-XXXXX. Fix a typo in YYY.)
   For more details, please see 
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
   


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to