You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "haijun_li (JIRA)" <ji...@apache.org> on 2010/05/27 09:47:37 UTC

[jira] Created: (HADOOP-6793) CLONE -fs -ls does not work if a path name contains the ^ character

CLONE -fs -ls does not work if a path name contains the ^ character
-------------------------------------------------------------------

                 Key: HADOOP-6793
                 URL: https://issues.apache.org/jira/browse/HADOOP-6793
             Project: Hadoop Common
          Issue Type: Bug
          Components: fs
            Reporter: haijun_li


Using a wildcard, the file is found.
{noformat}
-bash-3.1$ hadoop fs -ls k20d2f4/bin-2\?04+1_AF650AE776488A4D
Found 1 items
-rw-------   3 tsz users         17 2010-03-05 19:43 /user/tsz/k20d2f4/bin-2^04+1_AF650AE776488A4D
{noformat}
Replace the wildcard with ^, the file is not found.
{noformat}
-bash-3.1$ hadoop fs -ls k20d2f4/bin-2^04+1_AF650AE776488A4D
ls: Cannot access k20d2f4/bin-2^04+1_AF650AE776488A4D: No such file or directory.
{noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HADOOP-6793) CLONE -fs -ls does not work if a path name contains the ^ character

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE resolved HADOOP-6793.
--------------------------------------------

    Resolution: Duplicate

Close as duplicate of HADOOP-6618.

> CLONE -fs -ls does not work if a path name contains the ^ character
> -------------------------------------------------------------------
>
>                 Key: HADOOP-6793
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6793
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>            Reporter: haijun_li
>
> Using a wildcard, the file is found.
> {noformat}
> -bash-3.1$ hadoop fs -ls k20d2f4/bin-2\?04+1_AF650AE776488A4D
> Found 1 items
> -rw-------   3 tsz users         17 2010-03-05 19:43 /user/tsz/k20d2f4/bin-2^04+1_AF650AE776488A4D
> {noformat}
> Replace the wildcard with ^, the file is not found.
> {noformat}
> -bash-3.1$ hadoop fs -ls k20d2f4/bin-2^04+1_AF650AE776488A4D
> ls: Cannot access k20d2f4/bin-2^04+1_AF650AE776488A4D: No such file or directory.
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.