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

Daryn Sharp updated HADOOP-8173:
--------------------------------

    Attachment: HDFS-3098.patch

Add tests to ensure quoted metas are taken literally.  List directories with 
*s.  Create dir with a * subdir & regular subdir.  Delete the * subdir.  Ensure 
other subdir was not caught by a glob and still exists.
                
> FsShell needs to handle quoted metachars
> ----------------------------------------
>
>                 Key: HADOOP-8173
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8173
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: HADOOP-8173.patch, HDFS-3098.patch
>
>
> Commands that access paths with quoted metachars work correctly, however 
> commands that create paths with quoted metachars leave the \ in the path.  
> Ex. {{fs -mkdir "foo\ *bar"}} will create {{foo\ *bar}} instead of 
> {{foo*bar}}.
> (note: there's really no space between \ and *, jira munches \ )

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