We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61180f4 commit e503db5Copy full SHA for e503db5
hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Federation.md
@@ -174,7 +174,7 @@ Perform the following steps:
174
* Refresh the Datanodes to pickup the newly added Namenode by running
175
the following command against all the Datanodes in the cluster:
176
177
- [hdfs]$ $HADOOP_HOME/bin/hdfs dfsadmin -refreshNamenodes <datanode_host_name>:<datanode_rpc_port>
+ [hdfs]$ $HADOOP_HOME/bin/hdfs dfsadmin -refreshNamenodes <datanode_host_name>:<datanode_ipc_port>
178
179
Managing the cluster
180
--------------------
0 commit comments