HDFS-15216. Wrong Use Case of -showprogress in fsck. Contributed by Ravuri Sushma sree.

This commit is contained in:
S O'Donnell 2020-03-13 15:11:19 +00:00
parent c83644deac
commit 25497799cb

View File

@ -104,7 +104,7 @@ public class DFSck extends Configured implements Tool {
"every block\n" "every block\n"
+ "\t-storagepolicies\tprint out storage policy summary for the blocks\n" + "\t-storagepolicies\tprint out storage policy summary for the blocks\n"
+ "\t-maintenance\tprint out maintenance state node details\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" + "\t-blockId\tprint out which file this blockId belongs to, locations"
+ " (nodes, racks) of this block, and other diagnostics info" + " (nodes, racks) of this block, and other diagnostics info"
+ " (under replicated, corrupted or not, etc)\n" + " (under replicated, corrupted or not, etc)\n"