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
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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: