Skip to content

Commit e503db5

Browse files
committed
HDFS-12826. Document Saying the RPC port, But it's required IPC port in HDFS Federation Document. Contributed by usharani.
1 parent 61180f4 commit e503db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Perform the following steps:
174174
* Refresh the Datanodes to pickup the newly added Namenode by running
175175
the following command against all the Datanodes in the cluster:
176176

177-
[hdfs]$ $HADOOP_HOME/bin/hdfs dfsadmin -refreshNamenodes <datanode_host_name>:<datanode_rpc_port>
177+
[hdfs]$ $HADOOP_HOME/bin/hdfs dfsadmin -refreshNamenodes <datanode_host_name>:<datanode_ipc_port>
178178

179179
Managing the cluster
180180
--------------------

0 commit comments

Comments
 (0)