From 754dd3496ce166f3743a8512f555ade6a7c2135d Mon Sep 17 00:00:00 2001 From: Colin Patrick Mccabe Date: Thu, 11 Jun 2015 14:26:22 -0700 Subject: [PATCH] HDFS-8566. HDFS documentation about debug commands wrongly identifies them as "hdfs dfs" commands (Surendra Singh Lilhore via Colin P. McCabe) (cherry picked from commit 587309bbbadd4db41be83347e8c454049f4a7561) --- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ .../hadoop-hdfs/src/site/markdown/HDFSCommands.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 8d6054ccb6f..00028bb91f5 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -647,6 +647,9 @@ Release 2.7.1 - UNRELEASED HDFS-8522. Change heavily recorded NN logs from INFO to DEBUG level. (xyao) + HDFS-8566. HDFS documentation about debug commands wrongly identifies them + as "hdfs dfs" commands (Surendra Singh Lilhore via Colin P. McCabe) + Release 2.7.0 - 2015-04-20 INCOMPATIBLE CHANGES diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md index dbb594dfa0b..753df76ea65 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md @@ -498,7 +498,7 @@ Useful commands to help administrators debug HDFS issues, like validating block ### `verify` -Usage: `hdfs dfs verify [-meta ] [-block ]` +Usage: `hdfs debug verify [-meta ] [-block ]` | COMMAND\_OPTION | Description | |:---- |:---- | @@ -509,7 +509,7 @@ Verify HDFS metadata and block files. If a block file is specified, we will veri ### `recoverLease` -Usage: `hdfs dfs recoverLease [-path ] [-retries ]` +Usage: `hdfs debug recoverLease [-path ] [-retries ]` | COMMAND\_OPTION | Description | |:---- |:---- |