Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.0.2
-
None
-
IBM 64-bit JVM PPC64
Description
DiskStore attempts to memory map the block file in def getBytes. If the file is larger than 2GB (Integer.MAX_VALUE) as specified by FileChannel.map, then the memory map fails.
Some(channel.map(MapMode.READ_ONLY, segment.offset, segment.length)) # line 104
Attachments
Issue Links
- is related to
-
SPARK-1476 2GB limit in spark for blocks
- Closed
- relates to
-
SPARK-6190 create LargeByteBuffer abstraction for eliminating 2GB limit on blocks
- Resolved
- links to