Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
3.0.0-alpha4
-
None
Description
Looks like HDFS-11529 added an include for malloc.h, which isn't available on OS X and likely other operating systems. Many OSes use sys/malloc.h, including OS X. But considering this is supposed to be POSIX, then it should be using the define in stdlib.h (as mentioned in pretty much every userland man page on malloc).
Attachments
Attachments
Issue Links
- is broken by
-
HDFS-11529 Add libHDFS API to return last exception
-
- Resolved
-