[
https://issues.apache.org/jira/browse/HDFS-8687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arpit Agarwal updated HDFS-8687:
--------------------------------
Resolution: Fixed
Hadoop Flags: Reviewed
Fix Version/s: 2.8.0
Status: Resolved (was: Patch Available)
Test failures didn't repro locally.
Committed for 2.8.0. Thanks for the contribution [~brahmareddy].
> Remove the duplicate usage message from Dfsck.java
> --------------------------------------------------
>
> Key: HDFS-8687
> URL: https://issues.apache.org/jira/browse/HDFS-8687
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Brahma Reddy Battula
> Assignee: Brahma Reddy Battula
> Fix For: 2.8.0
>
> Attachments: HDFS-8687-002.patch, HDFS-8687.patch
>
>
> Toolrunner also give same usage message,, I think , we can remove
> {{printUsage(System.err);}}
> {code}
> if ((args.length == 0) || ("-files".equals(args[0]))) {
> printUsage(System.err);
> ToolRunner.printGenericCommandUsage(System.err);
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)