Vinayakumar B created HDFS-11710: ------------------------------------ Summary: hadoop-hdfs-native-client build fails in trunk 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 Priority: Blocker
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: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org