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

This commit is contained in:
Ayush Saxena 2019-08-03 12:05:46 +05:30
parent 61180f4656
commit e503db5f44
1 changed files with 1 additions and 1 deletions

View File

@ -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
--------------------