Xuanwo opened a new issue, #5119: URL: https://github.com/apache/opendal/issues/5119
### Feature Description `libhdfs` needs to call Java via `Rust -> C -> Java`, which introduces additional overhead. It might be more efficient to call JNI directly, bypassing the dependency on `libhdfs`. ### Problem and Solution Implement hdfs via `jni` directly without `libhdfs`. ### Additional Context It primarily seems like rewriting `libhdfs` in Rust. ### Are you willing to contribute to the development of this feature? - [ ] Yes, I am willing to contribute to the development of this feature. -- 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]
