[ 
https://issues.apache.org/jira/browse/HADOOP-7141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994371#comment-12994371
 ] 

Harsh J Chouraria commented on HADOOP-7141:
-------------------------------------------

Niels - The OP wishes the globbing to be done by the '-put' operation 
internally (via globStatus()), and not the shell, which is happening in your 
example (By BASH or whatever shell you were using to test). This will help 
letting '-put' work in shells where glob expansion is not performed, like Grunt 
(Pig).

> hadoop fs -put and -copyFromLocal do not support globs in the source path
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-7141
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7141
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.20.2
>         Environment: Cloudera CDH3b3
>            Reporter: Jay Hacker
>            Priority: Minor
>
> I'd like to be able to use Hadoop globbing with the FsShell -put command, but 
> it doesn't work:
> {noformat}
> $ ls
> file1 file2
> $ hadoop fs -put '*' .
> put: File * does not exist.
> {noformat}
> This has probably gone unnoticed because your shell usually handles it, but 
> a) I'd like to be able to call 'hadoop fs' programatically without a shell, 
> b) it doesn't work in Pig or Grunt, where there is no shell helping you, and 
> c) Hadoop globbing differs from shell globbing and it would be nice to be 
> able to use Hadoop globbing consistently throughout Hadoop.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to