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
@tangyoupeng
Thank you for your comment
as your comment, respect fs.permissions.umask-mode only when creating a file using hdfs shell command.
so, I think fs.permissions.umask-mode have to replace with juicefs.umask.
What happened:
juicefs.umask
does not workWhat you expected to happen:
I set
juicefs.umask
as0022
incore-site.xml
https://juicefs.com/docs/community/hadoop_java_sdk#other-configurations
It should be
644
(rw-r--r--
) when I upload a file to the JuiceFS usinghdfs dfs -put
. but, it doesn't work.It works only if I set the
fs.permissions.umask-mode
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?
Environment:
juicefs --version
) or Hadoop Java SDK version:cat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: