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

Support setting the path for hdfs #3526

Closed
kyungwan-nam opened this issue Apr 25, 2023 · 0 comments
Closed

Support setting the path for hdfs #3526

kyungwan-nam opened this issue Apr 25, 2023 · 0 comments
Labels
kind/feature New feature or request

Comments

@kyungwan-nam
Copy link
Contributor

What would you like to be added:

juices store data on the subdirectory of the root only (e.g. /myjfs) when setting hdfs as object storage.
https://juicefs.com/docs/community/how_to_setup_object_storage#hdfs
It looks good if we can set the path for object storage like --bucket namenode1:8020/user/kyungwan-nam

juicefs format \
    --storage hdfs \
    --bucket namenode1:8020/user/kyungwan-nam \
    --access-key hdfs \
    ... \
    myjfs

Why is this needed:

I have a multitenant HDFS cluster, and a lot of users share it.
each user has a home directory (e.g. /user/a/, /user/b/) separately. and the other path is not allowed.
thus, I need to change it to a path with permission, not the subdirectory of the root.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants