You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Ivan Mitic (JIRA)" <ji...@apache.org> on 2012/09/06 17:01:07 UTC

[jira] [Commented] (HADOOP-8583) Globbing is not correctly handled in a few cases on Windows

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

Ivan Mitic commented on HADOOP-8583:
------------------------------------

This should have been fixed with HADOOP-8739, right?
                
> 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