[ 
https://issues.apache.org/jira/browse/HADOOP-795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mahadev konar resolved HADOOP-795.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.15.0
         Assignee: Mahadev konar  (was: Sameer Paranjpye)

i just verified that its been fixed in 0.15 onwards and works on the trunk as 
required.

> hdfs -cp /a/b/c  /x/y    acts like   hdfs -cp /a/b/c/*   /x/y
> -------------------------------------------------------------
>
>                 Key: HADOOP-795
>                 URL: https://issues.apache.org/jira/browse/HADOOP-795
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>            Reporter: arkady borkovsky
>            Assignee: Mahadev konar
>            Priority: Minor
>             Fix For: 0.15.0
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.

Reply via email to