Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5AE55D080 for ; Thu, 6 Sep 2012 16:13:08 +0000 (UTC) Received: (qmail 60481 invoked by uid 500); 6 Sep 2012 16:13:08 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 60441 invoked by uid 500); 6 Sep 2012 16:13:07 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 60429 invoked by uid 99); 6 Sep 2012 16:13: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:13:07 +0000 Date: Fri, 7 Sep 2012 03:13:07 +1100 (NCT) From: "Brandon Li (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1602573789.44976.1346947987893.JavaMail.jiratomcat@arcas> In-Reply-To: <1851442908.29903.1341943834475.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (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:comment-tabpanel&focusedCommentId=13449770#comment-13449770 ] Brandon Li commented on HADOOP-8583: ------------------------------------ HADOOP-8739 should fix the same problem. Resolve this as dup. > 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