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

Hudson commented on HDFS-5111:
------------------------------

SUCCESS: Integrated in Hadoop-trunk-Commit #4298 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/4298/])
HDFS-5111. Remove duplicated error message for snapshot commands when 
processing invalid arguments. Contributed by Jing Zhao. (jing9: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1515895)
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/SnapshotCommands.java
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

                
> Remove duplicated error message for snapshot commands when processing invalid 
> arguments
> ---------------------------------------------------------------------------------------
>
>                 Key: HDFS-5111
>                 URL: https://issues.apache.org/jira/browse/HDFS-5111
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: snapshots
>    Affects Versions: 3.0.0
>            Reporter: Jing Zhao
>            Assignee: Jing Zhao
>            Priority: Minor
>             Fix For: 2.1.1-beta
>
>         Attachments: HDFS-5111.001.patch, HDFS-5111.002.patch
>
>
> The FSShell commands CreateSnapshot/DeleteSnapshot/RenameSnapshot currently 
> may output duplicated error msg. E.g., when trying to create snapshot on a 
> file, we have the following error msg:
> {noformat}
> createSnapshot: `/newFile': Is not a directory
> createSnapshot: `/newFile': Is not a directory
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to