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

Jeff Hodges commented on HDFS-3557:
-----------------------------------

The version is cdhu3.2 and the commands are (where /foobar/{18,19,20} is the 
name of a real directory created by a mapreduce job, and not multiple ones)

{code}
hadoop -ls /foobar/{18,19,20}
hadoop -mv /foobar/{18,19,20} /foobar/new
hadoop -rmr /foobar/{18,19,20}
{code}

All fail with errors that say the directories don't exist or that selecting 
multiple directories does not work.
                
> provide means of escaping special characters to `hadoop fs` command
> -------------------------------------------------------------------
>
>                 Key: HDFS-3557
>                 URL: https://issues.apache.org/jira/browse/HDFS-3557
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: Jeff Hodges
>            Priority: Minor
>
> When running an investigative job, I used a date parameter that selected 
> multiple directories for the input (e.g. "my_data/2012/06/{18,19,20}"). It 
> used this same date parameter when creating the output directory.
> But `hadoop fs` was unable to ls, getmerge, or rmr it until I used the regex 
> operator "?" and mv to change the name (that is, `-mv 
> output/2012/06/?18,19,20? foobar").
> Shells and filesystems for other systems provide a means of escaping "special 
> characters" generically, but there seems to be no such means in HDFS/`hadoop 
> fs`. Providing one would be a great way to make accessing HDFS more robust.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to