Repository: hadoop Updated Branches: refs/heads/branch-2.7 105cadb42 -> 0bcc68337
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) (cherry picked from commit 754dd3496ce166f3743a8512f555ade6a7c2135d) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0bcc6833 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0bcc6833 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0bcc6833 Branch: refs/heads/branch-2.7 Commit: 0bcc68337bab9b60df6b2e3f64b104f5111f3574 Parents: 105cadb Author: Colin Patrick Mccabe <[email protected]> Authored: Thu Jun 11 14:26:22 2015 -0700 Committer: Colin Patrick Mccabe <[email protected]> Committed: Thu Jun 11 14:30:21 2015 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ .../hadoop-hdfs/src/site/markdown/HDFSCommands.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/0bcc6833/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 93c563c..52d9569 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -107,6 +107,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 http://git-wip-us.apache.org/repos/asf/hadoop/blob/0bcc6833/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md ---------------------------------------------------------------------- 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 4b4e50c..a2622af 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md @@ -492,7 +492,7 @@ Useful commands to help administrators debug HDFS issues, like validating block ### `verify` -Usage: `hdfs dfs verify [-meta <metadata-file>] [-block <block-file>]` +Usage: `hdfs debug verify [-meta <metadata-file>] [-block <block-file>]` | COMMAND\_OPTION | Description | |:---- |:---- | @@ -503,7 +503,7 @@ Verify HDFS metadata and block files. If a block file is specified, we will veri ### `recoverLease` -Usage: `hdfs dfs recoverLease [-path <path>] [-retries <num-retries>]` +Usage: `hdfs debug recoverLease [-path <path>] [-retries <num-retries>]` | COMMAND\_OPTION | Description | |:---- |:---- |
