hdfs -cp /a/b/c  /x/y    acts like   hdfs -cp /a/b/c/*   /x/y 
--------------------------------------------------------------

                 Key: HADOOP-795
                 URL: http://issues.apache.org/jira/browse/HADOOP-795
             Project: Hadoop
          Issue Type: Bug
            Reporter: arkady borkovsky
            Priority: Minor


I'd expect it to behave like
   hdfs -mkdir /x/y/c 
   hdfs -cp /a/b/c/*   /x/y/c
like the Unix couterpart does.

(Of course this a pretty small issue :)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to