This is an automated email from the ASF dual-hosted git repository.

ayushsaxena pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new e503db5  HDFS-12826. Document Saying the RPC port, But it's required 
IPC port in HDFS Federation Document. Contributed by usharani.
e503db5 is described below

commit e503db5f449411eb6227c5b201d3dbfe2fa314bb
Author: Ayush Saxena <[email protected]>
AuthorDate: Sat Aug 3 12:05:46 2019 +0530

    HDFS-12826. Document Saying the RPC port, But it's required IPC port in 
HDFS Federation Document. Contributed by usharani.
---
 hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Federation.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Federation.md 
b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Federation.md
index 6d937ad..c84f17d 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Federation.md
+++ b/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
 --------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to