Skip to content

Commit 57187fd

Browse files
committed
HDFS-11064. Mention the default NN rpc ports in hdfs-default.xml. Contributed by Yiqun Lin.
1 parent b62bc2b commit 57187fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
RPC address that handles all clients requests. In the case of HA/Federation where multiple namenodes exist,
3838
the name service id is added to the name e.g. dfs.namenode.rpc-address.ns1
3939
dfs.namenode.rpc-address.EXAMPLENAMESERVICE
40-
The value of this property will take the form of nn-host1:rpc-port.
40+
The value of this property will take the form of nn-host1:rpc-port. The NameNode's default RPC port is 9820.
4141
</description>
4242
</property>
4343

0 commit comments

Comments
 (0)