Open eldadts opened 4 years ago
after checking the source code there is a bug in hadoopConf.go -> when returning name nodes it actually drops the defaultFS (dfs.ha.namenodes.) and just keeps all the namenodes of ALL the clusters (dfs.namenode.rpc-address) ...
example files are attached hdfs-files.zip
@xtrimf I've submitted a PR that should fix your issues FYI ^
@j4ns8i tnx! when will this be merged so I can test it?
@xtrimf not sure unfortunately. i'm unaffiliated with this project so it'll depend on collaboration with the maintainer(s) to get it merged
When using HADOOP_CONF_DIR or HADOOP_HOME, how to specify to which cluster you want to connect when the
hdfs-site.xml
file contain multiple clusters, and it's notfs.defaultFS
?