HDFS-16219. RBF: Set default map tasks and bandwidth in RouterFederationRename (#3452)
This commit is contained in:
parent
962068d2d8
commit
c7e7b2f907
@ -725,7 +725,7 @@
|
|||||||
|
|
||||||
<property>
|
<property>
|
||||||
<name>dfs.federation.router.federation.rename.bandwidth</name>
|
<name>dfs.federation.router.federation.rename.bandwidth</name>
|
||||||
<value></value>
|
<value>10</value>
|
||||||
<description>
|
<description>
|
||||||
Specify bandwidth per map in MB.
|
Specify bandwidth per map in MB.
|
||||||
</description>
|
</description>
|
||||||
@ -733,7 +733,7 @@
|
|||||||
|
|
||||||
<property>
|
<property>
|
||||||
<name>dfs.federation.router.federation.rename.map</name>
|
<name>dfs.federation.router.federation.rename.map</name>
|
||||||
<value></value>
|
<value>10</value>
|
||||||
<description>
|
<description>
|
||||||
Max number of concurrent maps to use for copy.
|
Max number of concurrent maps to use for copy.
|
||||||
</description>
|
</description>
|
||||||
|
Loading…
Reference in New Issue
Block a user