瀏覽代碼

HDFS-5691. Merge 1552802 from trunk

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1552803 13f79535-47bb-0310-9956-ffa450edef68
Suresh Srinivas 11 年之前
父節點
當前提交
82ce19829d

+ 3 - 0
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

@@ -243,6 +243,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

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs/src/site/apt/ShortCircuitLocalReads.apt.vm

@@ -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