MAPREDUCE-3664. Federation Documentation has incorrect configuration example. Contributed by Brandon Li.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1230708 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6234f3d91c
commit
f717c5785e
|
@ -73,6 +73,8 @@ Trunk (unreleased changes)
|
||||||
findBugs, correct links to findBugs artifacts and no links to the
|
findBugs, correct links to findBugs artifacts and no links to the
|
||||||
artifacts when there are no warnings. (Tom White via vinodkv).
|
artifacts when there are no warnings. (Tom White via vinodkv).
|
||||||
|
|
||||||
|
MAPREDUCE-3664. Federation Documentation has incorrect configuration example.
|
||||||
|
(Brandon Li via jitendra)
|
||||||
|
|
||||||
Release 0.23.1 - Unreleased
|
Release 0.23.1 - Unreleased
|
||||||
|
|
||||||
|
|
|
@ -169,7 +169,7 @@ HDFS Federation
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>dfs.namenode.rpc-address.ns1</name>
|
<name>dfs.namenode.rpc-address.ns1</name>
|
||||||
<value>hdfs://nn-host1:rpc-port</value>
|
<value>nn-host1:rpc-port</value>
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>dfs.namenode.http-address.ns1</name>
|
<name>dfs.namenode.http-address.ns1</name>
|
||||||
|
@ -181,7 +181,7 @@ HDFS Federation
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>dfs.namenode.rpc-address.ns2</name>
|
<name>dfs.namenode.rpc-address.ns2</name>
|
||||||
<value>hdfs://nn-host2:rpc-port</value>
|
<value>nn-host2:rpc-port</value>
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>dfs.namenode.http-address.ns2</name>
|
<name>dfs.namenode.http-address.ns2</name>
|
||||||
|
|
Loading…
Reference in New Issue