Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 83369 invoked from network); 6 Mar 2009 08:58:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2009 08:58:22 -0000 Received: (qmail 13726 invoked by uid 500); 6 Mar 2009 08:58:20 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 13540 invoked by uid 500); 6 Mar 2009 08:58:18 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 13529 invoked by uid 99); 6 Mar 2009 08:58:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Mar 2009 00:58:18 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Mar 2009 08:58:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A69B0234C4AC for ; Fri, 6 Mar 2009 00:57:56 -0800 (PST) Message-ID: <1944516686.1236329876681.JavaMail.jira@brutus> Date: Fri, 6 Mar 2009 00:57:56 -0800 (PST) From: "Iyappan Srinivasan (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-5422) In hdfs /*/* globbing does not work In-Reply-To: <1412808269.1236327836088.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-5422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Iyappan Srinivasan updated HADOOP-5422: --------------------------------------- Description: 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. was: 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 /*/* 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. > 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.