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>
|
||||
<name>dfs.federation.router.federation.rename.bandwidth</name>
|
||||
<value></value>
|
||||
<value>10</value>
|
||||
<description>
|
||||
Specify bandwidth per map in MB.
|
||||
</description>
|
||||
|
@ -733,7 +733,7 @@
|
|||
|
||||
<property>
|
||||
<name>dfs.federation.router.federation.rename.map</name>
|
||||
<value></value>
|
||||
<value>10</value>
|
||||
<description>
|
||||
Max number of concurrent maps to use for copy.
|
||||
</description>
|
||||
|
|
Loading…
Reference in New Issue