[
https://issues.apache.org/jira/browse/HDFS-13622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16558684#comment-16558684
]
Hudson commented on HDFS-13622:
-------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #14646 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/14646/])
HDFS-13622. mkdir should print the parent directory in the error message (xiao:
rev be150a17b15d15f5de6d4839d5e805e8d6c57850)
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestDFSShell.java
* (edit) hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testHDFSConf.xml
* (edit)
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/Mkdir.java
> mkdir should print the parent directory in the error message when parent
> directories do not exist
> -------------------------------------------------------------------------------------------------
>
> Key: HDFS-13622
> URL: https://issues.apache.org/jira/browse/HDFS-13622
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Zoltan Haindrich
> Assignee: Shweta
> Priority: Major
> Fix For: 3.2.0
>
> Attachments: HDFS-13622.02.patch, HDFS-13622.03.patch,
> HDFS-13622.04.patch, HDFS-13622.05.patch, HDFS-13622.06.patch
>
>
> this is a bit misleading:
> {code}
> $ hdfs dfs -mkdir /nonexistent/newdir
> mkdir: `/nonexistent/newdir': No such file or directory
> {code}
> I think this command should fail because "nonexistent" doesn't exists...
> the correct would be:
> {code}
> $ hdfs dfs -mkdir /nonexistent/newdir
> mkdir: `/nonexistent': No such file or directory
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]