|
@@ -47,7 +47,7 @@
|
|
|
RPC address that handles all clients requests. In the case of HA/Federation where multiple namenodes exist,
|
|
|
the name service id is added to the name e.g. dfs.namenode.rpc-address.ns1
|
|
|
dfs.namenode.rpc-address.EXAMPLENAMESERVICE
|
|
|
- The value of this property will take the form of hdfs://nn-host1:rpc-port.
|
|
|
+ The value of this property will take the form of nn-host1:rpc-port.
|
|
|
</description>
|
|
|
</property>
|
|
|
|
|
@@ -59,7 +59,7 @@
|
|
|
connecting to this address if it is configured. In the case of HA/Federation where multiple namenodes exist,
|
|
|
the name service id is added to the name e.g. dfs.namenode.servicerpc-address.ns1
|
|
|
dfs.namenode.rpc-address.EXAMPLENAMESERVICE
|
|
|
- The value of this property will take the form of hdfs://nn-host1:rpc-port.
|
|
|
+ The value of this property will take the form of nn-host1:rpc-port.
|
|
|
If the value of this property is unset the value of dfs.namenode.rpc-address will be used as the default.
|
|
|
</description>
|
|
|
</property>
|