[
https://issues.apache.org/jira/browse/HDFS-11710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15992355#comment-15992355
]
Hudson commented on HDFS-11710:
-------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #11669 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/11669/])
HDFS-11710. hadoop-hdfs-native-client build fails in trunk in Windows
(vinayakumarb: rev b0f54ea035f406909f45c66b5403580919d63a4a)
* (edit)
hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/os/windows/thread_local_storage.c
> hadoop-hdfs-native-client build fails in trunk in Windows after HDFS-11529
> --------------------------------------------------------------------------
>
> Key: HDFS-11710
> URL: https://issues.apache.org/jira/browse/HDFS-11710
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: native
> Affects Versions: 3.0.0-alpha3
> Reporter: Vinayakumar B
> Assignee: Sailesh Mukil
> Priority: Blocker
> Fix For: 3.0.0-alpha3
>
> Attachments: HDFS-11710.000.patch
>
>
> HDFS-11529 used 'hdfsThreadDestructor()' in jni_helper.c.
> But this function is implemented in only "posix/thread_local_storage.c" NOT
> in
> "windows/thread_local_storage.c"
> Fails with following errors
> {noformat}
> [exec] hdfs.dir\RelWithDebInfo\thread_local_storage.obj /machine:x64
> /debug
> [exec] Creating library
> D:/hadoop/work/hadoop-hdfs-project/hadoop-hdfs-native-client/target/native/bin/RelWithDebInfo/hdfs.lib
> and object
> D:/hadoop/work/hadoop-hdfs-project/hadoop-hdfs-native-client/target/native/bin/RelWithDebInfo/hdfs.exp
> [exec] jni_helper.obj : error LNK2019: unresolved external symbol
> hdfsThreadDestructor referenced in function getJNIEnv
> [D:\hadoop\work\hadoop-hdfs-project\hadoop-hdfs-native-client\target\native\main\native\libhdfs\hdfs.vcxproj]
> [exec]
> D:\hadoop\work\hadoop-hdfs-project\hadoop-hdfs-native-client\target\native\bin\RelWithDebInfo\hdfs.dll
> : fatal error LNK1120: 1 unresolved externals
> [D:\hadoop\work\hadoop-hdfs-project\hadoop-hdfs-native-client\target\native\main\native\libhdfs\hdfs.vcxproj]
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]