You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Zoltan Haindrich (JIRA)" <ji...@apache.org> on 2018/05/25 09:54:00 UTC

[jira] [Created] (HDFS-13622) dfs mkdir should not report the directory which to be created

Zoltan Haindrich created HDFS-13622:
---------------------------------------

             Summary: dfs mkdir should not report the directory which to be created
                 Key: HDFS-13622
                 URL: https://issues.apache.org/jira/browse/HDFS-13622
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Zoltan Haindrich


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: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org