HDFS-15216. Wrong Use Case of -showprogress in fsck. Contributed by Ravuri Sushma sree.
(cherry picked from commit 25497799cb
)
This commit is contained in:
parent
269aa25a73
commit
b7f33e2e37
|
@ -101,7 +101,7 @@ public class DFSck extends Configured implements Tool {
|
|||
"every block\n"
|
||||
+ "\t-storagepolicies\tprint out storage policy summary for the blocks\n"
|
||||
+ "\t-maintenance\tprint out maintenance state node details\n"
|
||||
+ "\t-showprogress\tshow progress in output. Default is OFF (no progress)\n"
|
||||
+ "\t-showprogress\tDeprecated. Progress is now shown by default\n"
|
||||
+ "\t-blockId\tprint out which file this blockId belongs to, locations"
|
||||
+ " (nodes, racks) of this block, and other diagnostics info"
|
||||
+ " (under replicated, corrupted or not, etc)\n\n"
|
||||
|
|
Loading…
Reference in New Issue