new feature: Use hdfs jni directly instead of using `libhdfs`
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.
~We don't use the 0.45.1+core.0.45.1 version pattern any more so it's now a non-issue.~
UPDATED - This is for https://github.com/apache/opendal/issues/4250 ...
@Xuanwo I think it’s a fantastic enhancement. Could you let me know if this feature is currently under development? I’d appreciate any updates on its status!
@Xuanwo I think it’s a fantastic enhancement. Could you let me know if this feature is currently under development? I’d appreciate any updates on its status!
Hi, no one has worked on this so far. I'm open to accepting any contributions.