[ http://issues.apache.org/jira/browse/HADOOP-635?page=all ]

dhruba borthakur updated HADOOP-635:
------------------------------------

    Status: Patch Available  (was: Open)

A user can now run a command of the form:

hadoop dfs -cp file1 file1 dir

and it's functionality will be exactly as if the user issued the following two 
commands:

hadoop dfs -cp file1 dir
hadoop dfs -cp file2 dir 

> hadoop dfs copy, move commands should accept multiple source files as 
> arguments
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-635
>                 URL: http://issues.apache.org/jira/browse/HADOOP-635
>             Project: Hadoop
>          Issue Type: New Feature
>    Affects Versions: 0.7.2
>            Reporter: dhruba borthakur
>         Attachments: copymoveargs.patch
>
>
> hadoop dfs copy, move commands should accept multiple source files as 
> arguments

-- 
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