Skip to content

Commit

Permalink
HDFS-8566. HDFS documentation about debug commands wrongly identifies…
Browse files Browse the repository at this point in the history
… them as "hdfs dfs" commands (Surendra Singh Lilhore via Colin P. McCabe)
  • Loading branch information
Colin Patrick Mccabe committed Jun 11, 2015
1 parent b258b34 commit 587309b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -984,6 +984,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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,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 |
|:---- |:---- |
Expand All @@ -508,7 +508,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 |
|:---- |:---- |
Expand Down

0 comments on commit 587309b

Please sign in to comment.