HDFS-5691. Fix typo in ShortCircuitLocalRead document. Contributed by Akira Ajisaka.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552802 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1b9b956924
commit
17a3d72d3b
|
@ -822,6 +822,9 @@ Release 2.4.0 - UNRELEASED
|
||||||
|
|
||||||
HDFS-5676. fix inconsistent synchronization of CachingStrategy (cmccabe)
|
HDFS-5676. fix inconsistent synchronization of CachingStrategy (cmccabe)
|
||||||
|
|
||||||
|
HDFS-5691. Fix typo in ShortCircuitLocalRead document.
|
||||||
|
(Akira Ajisaka via suresh)
|
||||||
|
|
||||||
Release 2.3.0 - UNRELEASED
|
Release 2.3.0 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -73,7 +73,7 @@ HDFS Short-Circuit Local Reads
|
||||||
|
|
||||||
This configuration parameter turns on short-circuit local reads.
|
This configuration parameter turns on short-circuit local reads.
|
||||||
|
|
||||||
* dfs.client.read.shortcircuit.skip.checkusm
|
* dfs.client.read.shortcircuit.skip.checksum
|
||||||
|
|
||||||
If this configuration parameter is set, short-circuit local reads will skip
|
If this configuration parameter is set, short-circuit local reads will skip
|
||||||
checksums. This is normally not recommended, but it may be useful for
|
checksums. This is normally not recommended, but it may be useful for
|
||||||
|
|
Loading…
Reference in New Issue