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)
This commit is contained in:
parent
105cadb421
commit
0bcc68337b
@ -107,6 +107,9 @@ Release 2.7.1 - UNRELEASED
|
|||||||
|
|
||||||
HDFS-8522. Change heavily recorded NN logs from INFO to DEBUG level. (xyao)
|
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
|
Release 2.7.0 - 2015-04-20
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -492,7 +492,7 @@ Useful commands to help administrators debug HDFS issues, like validating block
|
|||||||
|
|
||||||
### `verify`
|
### `verify`
|
||||||
|
|
||||||
Usage: `hdfs dfs verify [-meta <metadata-file>] [-block <block-file>]`
|
Usage: `hdfs debug verify [-meta <metadata-file>] [-block <block-file>]`
|
||||||
|
|
||||||
| COMMAND\_OPTION | Description |
|
| COMMAND\_OPTION | Description |
|
||||||
|:---- |:---- |
|
|:---- |:---- |
|
||||||
@ -503,7 +503,7 @@ Verify HDFS metadata and block files. If a block file is specified, we will veri
|
|||||||
|
|
||||||
### `recoverLease`
|
### `recoverLease`
|
||||||
|
|
||||||
Usage: `hdfs dfs recoverLease [-path <path>] [-retries <num-retries>]`
|
Usage: `hdfs debug recoverLease [-path <path>] [-retries <num-retries>]`
|
||||||
|
|
||||||
| COMMAND\_OPTION | Description |
|
| COMMAND\_OPTION | Description |
|
||||||
|:---- |:---- |
|
|:---- |:---- |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user