We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What would you like to be added:
we have to specify the bucket as namenode:rpcPort like below.
namenode:rpcPort
juicefs format \ --storage hdfs \ --bucket nn1.example.com:8020,nn2.example.com:8020 \ --access-key hdfs \ ... \ myjfs
it looks good if we can specify the bucket as a URI format like hdfs://nameservice
hdfs://nameservice
juicefs format \ --storage hdfs \ --bucket hdfs://example \ --access-key hdfs \ ... \ myjfs
nameservice can be converted as a comma-separated list of namenode:rpcPort by referencing hadoop conf
nameservice
Why is this needed:
Normally, a hdfs path is represented as a URI format like hdfs://nameservice instead of namenode:rpcPort. It will be intuitive and easy for users
The text was updated successfully, but these errors were encountered:
done by #3577
Sorry, something went wrong.
tangyoupeng
No branches or pull requests
What would you like to be added:
we have to specify the bucket as
namenode:rpcPort
like below.it looks good if we can specify the bucket as a URI format like
hdfs://nameservice
nameservice
can be converted as a comma-separated list ofnamenode:rpcPort
by referencing hadoop confWhy is this needed:
Normally, a hdfs path is represented as a URI format like
hdfs://nameservice
instead ofnamenode:rpcPort
.It will be intuitive and easy for users
The text was updated successfully, but these errors were encountered: