From b39b802422b444629095bde4484b820f02fd6d1d Mon Sep 17 00:00:00 2001 From: Nanda kumar Date: Wed, 10 Oct 2018 12:29:07 +0530 Subject: [PATCH] HDFS-13949. Correct the description of dfs.datanode.disk.check.timeout in hdfs-default.xml. Contributed by Toshihiro Suzuki. --- .../hadoop-hdfs/src/main/resources/hdfs-default.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 2ee8399d2c..503ba8f7ea 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 @@ dfs.datanode.disk.check.timeout 10m - 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.