Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7.0
-
None
-
Solaris
Description
The POSIX subclass in NativeIO contains the following constants that are not defined in POSIX:
O_ASYNC, O_FSYNC, O_NDELAY
Stat.S_IFWHT
These constants are not used within Hadoop, as far as I could tell. As they are not part of the POSIX specification, they should be removed as part of an effort to create portable code.
Attachments
Attachments
Issue Links
- is required by
-
HADOOP-7824 NativeIO.java flags and identifiers must be set correctly for each platform, not hardcoded to their Linux values
- Resolved