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

Brandon Li resolved HADOOP-8583.
--------------------------------

    Resolution: Duplicate

dup of HADOOP-8739
                
> Globbing is not correctly handled in a few cases on Windows
> -----------------------------------------------------------
>
>                 Key: HADOOP-8583
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8583
>             Project: Hadoop Common
>          Issue Type: Bug
>         Environment: Windows
>            Reporter: Ramya Sunil
>
> Glob handling fails in a few cases on a Windows environment.
> For example:
> {noformat}
> c:\> hadoop dfs -ls /
> Found 2 items
> drwxrwxrwx   - Administrator supergroup          0 2012-07-06 15:00 /tmp
> drwxr-xr-x   - Administrator supergroup          0 2012-07-06 18:52 /user
> c:\> hadoop dfs -ls /tmpInvalid*
> Found 2 items
> drwxr-xr-x   - Administrator supergroup          0 2012-07-10 18:50 
> /user/Administrator/sortInputDir
> drwxr-xr-x   - Administrator supergroup          0 2012-07-10 18:50 
> /user/Administrator/sortOutputDir
> c:\> hadoop dfs -rmr /tmp/*
> Usage: java FsShell [-rmr [-skipTrash] <src> ]
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to