[ 
https://issues.apache.org/jira/browse/HDFS-11438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Wang updated HDFS-11438:
-------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.0-alpha3
                   2.9.0
           Status: Resolved  (was: Patch Available)

Committed to trunk and branch-2, thanks Alison for the contribution and 
Mingliang for also reviewing!

> Fix typo in error message of StoragePolicyAdmin tool
> ----------------------------------------------------
>
>                 Key: HDFS-11438
>                 URL: https://issues.apache.org/jira/browse/HDFS-11438
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Alison Yu
>            Assignee: Alison Yu
>            Priority: Trivial
>             Fix For: 2.9.0, 3.0.0-alpha3
>
>         Attachments: HDFS-11438.001.patch
>
>
> change "unsetd" to "unset"
>    @Override
>     public int run(Configuration conf, List<String> args) throws IOException {
>       final String path = StringUtils.popOptionWithArgument("-path", args);
>       if (path == null) {
>         System.err.println("Please specify the path from which "
>             + "the storage policy will be unsetd.\nUsage: " + getLongUsage());
>         return 1;
>       }



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to