Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.3.0
-
None
-
None
Description
The generic (non-x86) libhadoop CRC code makes unaligned loads and stores. Some architectures don't support unaligned loads and stores, or they are slow. This code should be made truly CPU-neutral by removing unaligned access.
Attachments
Issue Links
- relates to
-
HADOOP-9601 Support native CRC on byte arrays
- Resolved