From common-dev-return-79616-apmail-hadoop-common-dev-archive=hadoop.apache.org@hadoop.apache.org Thu Sep 6 16:15:10 2012 Return-Path: X-Original-To: apmail-hadoop-common-dev-archive@www.apache.org Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5C5A4D094 for ; Thu, 6 Sep 2012 16:15:10 +0000 (UTC) Received: (qmail 73535 invoked by uid 500); 6 Sep 2012 16:15:08 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 73414 invoked by uid 500); 6 Sep 2012 16:15:08 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 73092 invoked by uid 99); 6 Sep 2012 16:15:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Sep 2012 16:15:07 +0000 Date: Fri, 7 Sep 2012 03:15:07 +1100 (NCT) From: "Brandon Li (JIRA)" To: common-dev@hadoop.apache.org Message-ID: <2063833461.44983.1346948107966.JavaMail.jiratomcat@arcas> In-Reply-To: <2137896920.29904.1341943834599.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Resolved] (HADOOP-8583) Globbing is not correctly handled in a few cases on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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] ] > {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