HDFS-12560. Remove the extra word it in HdfsUserGuide.md. Contributed by fang 
zhenyi.


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

Branch: refs/heads/HDFS-9806
Commit: 8e1bd114ee718c42cd3f3275bee20f5d401a1d99
Parents: 7c34cea
Author: Chen Liang <[email protected]>
Authored: Thu Sep 28 10:22:27 2017 -0700
Committer: Chen Liang <[email protected]>
Committed: Thu Sep 28 10:22:27 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/8e1bd114/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsUserGuide.md
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsUserGuide.md 
b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsUserGuide.md
index 7a06c41..6f707f6 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsUserGuide.md
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsUserGuide.md
@@ -257,7 +257,7 @@ During start up the NameNode loads the file system state 
from the fsimage and th
 fsck
 ----
 
-HDFS supports the fsck command to check for various inconsistencies. It it is 
designed for reporting problems with various files, for example, missing blocks 
for a file or under-replicated blocks. Unlike a traditional fsck utility for 
native file systems, this command does not correct the errors it detects. 
Normally NameNode automatically corrects most of the recoverable failures. By 
default fsck ignores open files but provides an option to select all files 
during reporting. The HDFS fsck command is not a Hadoop shell command. It can 
be run as `bin/hdfs fsck`. For command usage, see 
[fsck](./HDFSCommands.html#fsck). fsck can be run on the whole file system or 
on a subset of files.
+HDFS supports the fsck command to check for various inconsistencies. It is 
designed for reporting problems with various files, for example, missing blocks 
for a file or under-replicated blocks. Unlike a traditional fsck utility for 
native file systems, this command does not correct the errors it detects. 
Normally NameNode automatically corrects most of the recoverable failures. By 
default fsck ignores open files but provides an option to select all files 
during reporting. The HDFS fsck command is not a Hadoop shell command. It can 
be run as `bin/hdfs fsck`. For command usage, see 
[fsck](./HDFSCommands.html#fsck). fsck can be run on the whole file system or 
on a subset of files.
 
 fetchdt
 -------


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to