Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new feature: Use hdfs jni directly instead of using libhdfs #5119

Open
1 task
Xuanwo opened this issue Sep 13, 2024 · 1 comment
Open
1 task

new feature: Use hdfs jni directly instead of using libhdfs #5119

Xuanwo opened this issue Sep 13, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Xuanwo
Copy link
Member

Xuanwo commented Sep 13, 2024

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.
@Xuanwo Xuanwo added the enhancement New feature or request label Sep 13, 2024
@tisonkun

This comment was marked as off-topic.

@tisonkun tisonkun closed this as not planned Won't fix, can't repro, duplicate, stale Oct 8, 2024
@tisonkun tisonkun reopened this Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants