[
https://issues.apache.org/jira/browse/HDFS-7736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14309917#comment-14309917
]
Akira AJISAKA commented on HDFS-7736:
-------------------------------------
Thanks [~brahmareddy] for creating the patch. Two comments:
{code}
- String description = "SnapshotDiff <snapshotDir> <from> <to>:\n" +
+ String description = "snapshotDiff <snapshotDir> <from> <to>:\n" +
{code}
# Would "hdfs snapshotDiff" be more consistent to other command than
"snapshotDiff"?
# There are typos in lsSnapshottableDir and mover command also. Would you fix
them?
> Typos in dfsadmin/fsck/snapshotDiff Commands
> --------------------------------------------
>
> Key: HDFS-7736
> URL: https://issues.apache.org/jira/browse/HDFS-7736
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: tools
> Affects Versions: 2.6.0
> Reporter: Archana T
> Assignee: Brahma Reddy Battula
> Priority: Minor
> Attachments: HDFS-7736-branch-2-001.patch, HDFS-7736.patch
>
>
> Scenario --
> Try the following hdfs commands --
> Scenario --
> Try the following hdfs commands --
> 1.
> # ./hdfs dfsadmin -getStoragePolicy
> Usage:*{color:red} java DFSAdmin {color}*[-getStoragePolicy path]
> Expected-
> Usage:*{color:green} hdfs dfsadmin {color}*[-getStoragePolicy path]
> 2.
> # ./hdfs dfsadmin -setStoragePolicy
> Usage:*{color:red} java DFSAdmin {color}*[-setStoragePolicy path policyName]
> Expected-
> Usage:*{color:green} hdfs dfsadmin {color}*[-setStoragePolicy path policyName]
> 3.
> # ./hdfs fsck
> Usage:*{color:red} DFSck <path> {color}*[-list-corruptfileblocks | [-move |
> -delete | -openforwrite] [-files [-blocks [-locations | -racks]]]]
> Expected-
> Usage:*{color:green} hdfs fsck <path> {color}*[-list-corruptfileblocks |
> [-move | -delete | -openforwrite] [-files [-blocks [-locations | -racks]]]]
> 4.
> # ./hdfs snapshotDiff
> Usage:
> *{color:red}SnapshotDiff{color}* <snapshotDir> <from> <to>:
> Expected-
> Usage:
> *{color:green}snapshotDiff{color}* <snapshotDir> <from> <to>:
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)