zhouyuan commented on issue #8072: URL: https://github.com/apache/incubator-gluten/issues/8072#issuecomment-2506853406
@liujiayi771 is the `libhdfs.so` from a vanilla HDFS project or it's been customized? Based on the stack, it looks like HDFS is trying to invoke the `close` method https://github.com/apache/hadoop/blob/branch-3.0/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/jni_helper.c#L123 but can not find the right symbol(?) then call the clean up function https://github.com/apache/hadoop/blob/branch-3.0/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/jni_helper.c#L299 thanks, -yuan -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
