Repository: hadoop
Updated Branches:
  refs/heads/branch-2.7 a9d86c526 -> 0a3eefeda


HDFS-13812. Fix the inconsistent default refresh interval on Caching 
documentation. Contributed by Hrishikesh Gadre.

Signed-off-by: Xiao Chen <x...@apache.org>
(cherry picked from commit 6ccb809c2d38a45e716153ba16e135cb76167b2b)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0a3eefed
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0a3eefed
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0a3eefed

Branch: refs/heads/branch-2.7
Commit: 0a3eefeda1bf13d84fc4472027499168ddd8407f
Parents: a9d86c5
Author: Hrishikesh Gadre <hga...@apache.org>
Authored: Tue Sep 4 21:48:15 2018 -0700
Committer: Xiao Chen <x...@apache.org>
Committed: Tue Sep 4 21:55:33 2018 -0700

----------------------------------------------------------------------
 .../hadoop-hdfs/src/site/markdown/CentralizedCacheManagement.md    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/0a3eefed/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/CentralizedCacheManagement.md
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/CentralizedCacheManagement.md
 
b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/CentralizedCacheManagement.md
index 72c125d..9447e41 100644
--- 
a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/CentralizedCacheManagement.md
+++ 
b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/CentralizedCacheManagement.md
@@ -243,7 +243,7 @@ The following properties are not required, but may be 
specified for tuning:
 
     The NameNode will use this as the amount of milliseconds between 
subsequent path cache rescans. This calculates the blocks to cache and each 
DataNode containing a replica of the block that should cache it.
 
-    By default, this parameter is set to 300000, which is five minutes.
+    By default, this parameter is set to 30000, which is thirty seconds.
 
 *   dfs.datanode.fsdatasetcache.max.threads.per.volume
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to