Permission denied error while creating file system #4626
Unanswered
neerajasjawali
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I am trying to create file system using the below command but its failing.
juicefs format --storage hdfs --bucket hdfs://127.0.0.1:9000 --access-key xxxxxxx --secret-key xxxxxxxx tikv://127.0.0.1:2379/kindjfs kindjfs
Error:
2024/04/01 14:05:03.623819 juicefs[132295] <INFO>: Meta address: tikv://127.0.0.1:2379/kindjfs [interface.go:497] 2024/04/01 14:05:03.623931 juicefs[132295] <INFO>: TiKV gc interval is set to 3h0m0s [tkv_tikv.go:84] 2024/04/01 14:05:03.629432 juicefs[132295] <INFO>: HDFS Addresses: [127.0.0.1:9000], basePath: / [hdfs.go:284] 2024/04/01 14:05:03.629745 juicefs[132295] <INFO>: Data use hdfs://127.0.0.1:9000/kindjfs/ [format.go:471] 2024/04/01 14:05:15.647870 juicefs[132295] <FATAL>: Storage hdfs://127.0.0.1:9000/kindjfs/ is not configured correctly: Failed to put: create /kindjfs/testing/.XrwTtDU4QC.tmp.2716767325552680250: permission denied [format.go:474]
Tikv, Promethes, Hadoop services all are running. Configuration in core-site.xml file is also correct. Yet I am getting this error.
Kindly help me resolve the error.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions