You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by xi...@apache.org on 2018/09/05 04:53:45 UTC

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

Repository: hadoop
Updated Branches:
  refs/heads/trunk 6883fe860 -> 6ccb809c2


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

Signed-off-by: Xiao Chen <xi...@apache.org>


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

Branch: refs/heads/trunk
Commit: 6ccb809c2d38a45e716153ba16e135cb76167b2b
Parents: 6883fe8
Author: Hrishikesh Gadre <hg...@apache.org>
Authored: Tue Sep 4 21:48:15 2018 -0700
Committer: Xiao Chen <xi...@apache.org>
Committed: Tue Sep 4 21:53:42 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/6ccb809c/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 89ad670..f2de043 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/CentralizedCacheManagement.md
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/CentralizedCacheManagement.md
@@ -220,7 +220,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-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org