[ 
https://issues.apache.org/jira/browse/HDFS-11438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15879491#comment-15879491
 ] 

Hudson commented on HDFS-11438:
-------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #11290 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/11290/])
HDFS-11438. Fix typo in error message of StoragePolicyAdmin tool. (wang: rev 
d150f061f4ebde923fda28ea898a9606b8789758)
* (edit) 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/StoragePolicyAdmin.java


> 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: Improvement
>            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: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to