zhengshubin opened a new issue, #1846:
URL: https://github.com/apache/incubator-celeborn/issues/1846
### Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always
frustrated when [...]
I have a hadoop cluster with namemode ha ,but it make errror when I use
namenode ha config.
### Describe the solution you'd like
A clear and concise description of what you want to happen.
HDFS storage support NameNode HA config
### Describe alternatives you've considered
A clear and concise description of any alternative solutions or features
you've considered.
Like doris hdfs ha config :
"dfs.nameservices" = "my_hdfs",
"dfs.ha.namenodes.my_hdfs" = "nn1,nn2",
"dfs.namenode.rpc-address.my_hdfs.nn1" = "nanmenode01:8020",
"dfs.namenode.rpc-address.my_hdfs.nn2" = "nanmenode02:8020",
"dfs.client.failover.proxy.provider.my_hdfs" =
"org.apache.hadoop.hdfs.server.namenode.ha.ConfiguredFailoverProxyProvider")
or put the hdfs-site.xml to config path and read it automatically.
/cc @who-need-to-know
/assign @who-can-help-you
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]