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:
parent
61180f4656
commit
e503db5f44
|
@ -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
|
||||
--------------------
|
||||
|
|
Loading…
Reference in New Issue