[
https://issues.apache.org/jira/browse/HADOOP-10966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arpit Agarwal updated HADOOP-10966:
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.6.0
3.0.0
Target Version/s: 2.6.0
Hadoop Flags: Reviewed
Status: Resolved (was: Patch Available)
No new tests required as it is a build break fix.
I committed it to trunk and branch-2. Thanks for the prompt fix [~dvillegas].
> Hadoop Common native compilation broken in windows
> --------------------------------------------------
>
> Key: HADOOP-10966
> URL: https://issues.apache.org/jira/browse/HADOOP-10966
> Project: Hadoop Common
> Issue Type: Bug
> Components: native
> Reporter: Vinayakumar B
> Assignee: David Villegas
> Priority: Blocker
> Fix For: 3.0.0, 2.6.0
>
> Attachments: HADOOP-10966.patch
>
>
> After HADOOP-10962 hadoop common native compilation broken in windows
> {noformat}
> src\org\apache\hadoop\io\nativeio\NativeIO.c(181): error C2065:
> 'POSIX_FADV_NORMAL' : undeclared identifier
> src\org\apache\hadoop\io\nativeio\NativeIO.c(184): error C2065:
> 'POSIX_FADV_RANDOM' : undeclared identifier
> src\org\apache\hadoop\io\nativeio\NativeIO.c(187): error C2065:
> 'POSIX_FADV_SEQUENTIAL' : undeclared identifier
> src\org\apache\hadoop\io\nativeio\NativeIO.c(190): error C2065:
> 'POSIX_FADV_WILLNEED' : undeclared identifier
> src\org\apache\hadoop\io\nativeio\NativeIO.c(193): error C2065:
> 'POSIX_FADV_DONTNEED' : undeclared identifier
> src\org\apache\hadoop\io\nativeio\NativeIO.c(196): error C2065:
> 'POSIX_FADV_NOREUSE' : undeclared identifier
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)