kou commented on issue #15019: URL: https://github.com/apache/arrow/issues/15019#issuecomment-1357014875
It seems that `libhdfs.so` and `libhdfs3.so` are different project. `libhdfs.so` is a Java (JNI) library but `libhdfs3.so` is not. https://github.com/martindurant/libhdfs3-downstream/tree/master/libhdfs3 I think that we need to implement `libhdfs3.so` based HDFS backend instead of reusing the current `libhdfs.so` based implementation. (I think that this is a feature request not a bug.) -- 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]
