Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7.2
-
None
-
64-bit SPARC
Description
FastByteComparisons.java and NativeCrc32.java check for the SPARC platform by comparing the os.arch property against "sparc". That doesn't detect 64-bit SPARC ("sparcv9"), the test should be "startsWith", not "equals"
Attachments
Attachments
Issue Links
- causes
-
HADOOP-15598 DataChecksum calculate checksum is contented on hashtable synchronization
- Resolved