Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Zero-copy reads should work with blocks bigger than 2 GB. This will a little tricky, because a single ByteBuffer can only span 2 GB in Java (due to the use of a signed 4-byte int for sizes, etc).
Attachments
Issue Links
- is blocked by
-
HDFS-4953 enable HDFS local reads via mmap
- Resolved