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 "Nigel Daley (JIRA)" <ji...@apache.org> on 2009/03/09 21:47:50 UTC

[jira] Commented: (HADOOP-5422) In hdfs /*/* globbing does not work

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

Nigel Daley commented on HADOOP-5422:
-------------------------------------

Is this a regression?  I suspect not and that Lohit's suggestion needs to be followed.  Iyappan, please confirm.

> In hdfs /*/* globbing does not work
> -----------------------------------
>
>                 Key: HADOOP-5422
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5422
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: fs
>         Environment: cluster brought up with hod.
>            Reporter: Iyappan Srinivasan
>
> With reference to Jira issue : 3497, we tried globbing /*/*. But it does not work. Output is given below. 
>  bin/hadoop --config /tmp/cluster/ fs -lsr /
> log4j:WARN No appenders could be found for logger (org.apache.hadoop.conf.Configuration).
> log4j:WARN Please initialize the log4j system properly.
> drwxr-xr-x   - karthv supergroup          0 2009-03-06 08:00 /a
> drwxr-xr-x   - karthv supergroup          0 2009-03-06 08:00 /a/b
> drwxr-xr-x   - karthv supergroup          0 2009-03-06 08:00 /a/b/c
> bin/hadoop --config /tmp/cluster/ fs -lsr /*/*
> Actually it is "bin/hadoop --config /tmp/cluster/ fs -lsr Forward slash followed by star followed by forward slash followed by star"
> output:
> lsr: Cannot access /bin/arch: No such file or directory.
> lsr: Cannot access /bin/ash: No such file or directory.
> lsr: Cannot access /bin/ash.static: No such file or directory.
> lsr: Cannot access /bin/awk: No such file or directory.
> lsr: Cannot access /bin/basename: No such file or directory.
> lsr: Cannot access /bin/bash: No such file or directory.
> lsr: Cannot access /bin/bsh: No such file or directory.
> lsr: Cannot access /bin/cat: No such file or directory.
> ....
> ....
> ...
> It keeps giving a long list like this without showing the results.

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