HDFS-10969. Fix typos in hdfs-default.xml Contributed by Yiqun Lin
This commit is contained in:
parent
c183b9de8d
commit
be3cb10f53
@ -725,7 +725,7 @@
|
|||||||
|
|
||||||
Setting this limit to 1000 disables compiler thread throttling. Only
|
Setting this limit to 1000 disables compiler thread throttling. Only
|
||||||
values between 1 and 1000 are valid. Setting an invalid value will result
|
values between 1 and 1000 are valid. Setting an invalid value will result
|
||||||
in the throttle being disbled and an error message being logged. 1000 is
|
in the throttle being disabled and an error message being logged. 1000 is
|
||||||
the default setting.
|
the default setting.
|
||||||
</description>
|
</description>
|
||||||
</property>
|
</property>
|
||||||
@ -2559,7 +2559,7 @@
|
|||||||
<name>dfs.block.local-path-access.user</name>
|
<name>dfs.block.local-path-access.user</name>
|
||||||
<value></value>
|
<value></value>
|
||||||
<description>
|
<description>
|
||||||
Comma separated list of the users allowd to open block files
|
Comma separated list of the users allowed to open block files
|
||||||
on legacy short-circuit local read.
|
on legacy short-circuit local read.
|
||||||
</description>
|
</description>
|
||||||
</property>
|
</property>
|
||||||
@ -3650,7 +3650,7 @@
|
|||||||
<name>dfs.datanode.transferTo.allowed</name>
|
<name>dfs.datanode.transferTo.allowed</name>
|
||||||
<value>true</value>
|
<value>true</value>
|
||||||
<description>
|
<description>
|
||||||
If false, break block tranfers on 32-bit machines greater than
|
If false, break block transfers on 32-bit machines greater than
|
||||||
or equal to 2GB into smaller chunks.
|
or equal to 2GB into smaller chunks.
|
||||||
</description>
|
</description>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user