Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Now that we have direct reads from local HDFS block files (HDFS-2246), it might make sense to make FSDataInputStream support fadvise calls. I have an application (HBase) that would like to tell the OS that it should not buffer data in the OS buffer cache.
Attachments
Issue Links
- is related to
-
HADOOP-15229 Add FileSystem builder-based openFile() API to match createFile(); S3A to implement S3 Select through this API.
- Resolved
- relates to
-
HADOOP-13203 S3A: Support fadvise "random" mode for high performance readPositioned() reads
- Resolved
-
HDFS-3228 Use fadvise in local read path
- Open