Browse Source

HDFS-12826. Document Saying the RPC port, But it's required IPC port in HDFS Federation Document. Contributed by usharani.

Ayush Saxena 5 years ago
parent
commit
e503db5f44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Federation.md

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Federation.md

@@ -174,7 +174,7 @@ Perform the following steps:
 * Refresh the Datanodes to pickup the newly added Namenode by running
   the following command against all the Datanodes in the cluster:
 
-        [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>
 
 Managing the cluster
 --------------------