You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Feature Description
libhdfs
needs to call Java viaRust -> C -> Java
, which introduces additional overhead. It might be more efficient to call JNI directly, bypassing the dependency onlibhdfs
.Problem and Solution
Implement hdfs via
jni
directly withoutlibhdfs
.Additional Context
It primarily seems like rewriting
libhdfs
in Rust.Are you willing to contribute to the development of this feature?
The text was updated successfully, but these errors were encountered: