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
Configuration
Standardize the option names across Datanode, Frontend, and Metasrv. Currently, some options have the same meaning but different names. For example:
rpc_hostname
server_addr
rpc_addr
bind_addr
Apart from the startup command options, there are similar issues with the parameters in the configuration file.
It is a breaking change
The text was updated successfully, but these errors were encountered:
fengjiachun
Successfully merging a pull request may close this issue.
What type of enhancement is this?
Configuration
What does the enhancement do?
Standardize the option names across Datanode, Frontend, and Metasrv. Currently, some options have the same meaning but different names.
For example:
rpc_hostname
, but in Metasrv it is calledserver_addr
.rpc_addr
, but in Metasrv, it's calledbind_addr
.Apart from the startup command options, there are similar issues with the parameters in the configuration file.
Implementation challenges
It is a breaking change
The text was updated successfully, but these errors were encountered: