HDFS-13949. Correct the description of dfs.datanode.disk.check.timeout in 
hdfs-default.xml. Contributed by Toshihiro Suzuki.


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

Branch: refs/heads/HDFS-12943
Commit: b39b802422b444629095bde4484b820f02fd6d1d
Parents: edce866
Author: Nanda kumar <na...@apache.org>
Authored: Wed Oct 10 12:29:07 2018 +0530
Committer: Nanda kumar <na...@apache.org>
Committed: Wed Oct 10 12:29:07 2018 +0530

----------------------------------------------------------------------
 .../hadoop-hdfs/src/main/resources/hdfs-default.xml         | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/b39b8024/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml 
b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
index 2ee8399..503ba8f 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
@@ -5134,11 +5134,10 @@
     <name>dfs.datanode.disk.check.timeout</name>
     <value>10m</value>
     <description>
-      Maximum allowed time for a disk check to complete during DataNode
-      startup. If the check does not complete within this time interval
-      then the disk is declared as failed. This setting supports
-      multiple time unit suffixes as described in dfs.heartbeat.interval.
-      If no suffix is specified then milliseconds is assumed.
+      Maximum allowed time for a disk check to complete. If the check does not
+      complete within this time interval then the disk is declared as failed.
+      This setting supports multiple time unit suffixes as described in
+      dfs.heartbeat.interval. If no suffix is specified then milliseconds is 
assumed.
     </description>
   </property>
 


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