[
https://issues.apache.org/jira/browse/HADOOP-10966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14095866#comment-14095866
]
Arpit Agarwal commented on HADOOP-10966:
----------------------------------------
+1 pending Jenkins. Also verified this fixes the Windows build.
> 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
> 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)