Return-Path: Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: (qmail 28162 invoked from network); 18 Aug 2009 18:58:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Aug 2009 18:58:22 -0000 Received: (qmail 9438 invoked by uid 500); 18 Aug 2009 18:58:39 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 9351 invoked by uid 500); 18 Aug 2009 18:58:39 -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 9331 invoked by uid 99); 18 Aug 2009 18:58:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Aug 2009 18:58:39 +0000 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT 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; Tue, 18 Aug 2009 18:58:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E35E929A0011 for ; Tue, 18 Aug 2009 11:58:14 -0700 (PDT) Message-ID: <581184019.1250621894930.JavaMail.jira@brutus> Date: Tue, 18 Aug 2009 11:58:14 -0700 (PDT) From: "Koji Noguchi (JIRA)" To: common-dev@hadoop.apache.org Subject: [jira] Created: (HADOOP-6202) harchive: Har doesn't work on files having '%' character MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org harchive: Har doesn't work on files having '%' character ---------------------------------------------------------- Key: HADOOP-6202 URL: https://issues.apache.org/jira/browse/HADOOP-6202 Project: Hadoop Common Issue Type: Bug Components: fs Reporter: Koji Noguchi If I have a harchive file test.har that contain /a/b /a/b/abc%cde /a/b/fgh {noformat} $ hadoop dfs -cat test.har/_masterindex 1 0 2046275926 0 244 $ hadoop dfs -cat test.har/_index / dir none 0 0 user /user dir none 0 0 knoguchi /user/knoguchi/a/b dir none 0 0 abc%cde fgh /user/knoguchi dir none 0 0 a /user/knoguchi/a dir none 0 0 b /user/knoguchi/a/b/fgh file part-0 8 10 /user/knoguchi/a/b/abc%cde file part-0 0 8 $ hadoop dfs -lsr har:///user/knoguchi/test.har/ drw-r--r-- - knoguchi users 0 2009-08-18 18:52 /user/knoguchi/test.har/user drw-r--r-- - knoguchi users 0 2009-08-18 18:52 /user/knoguchi/test.har/user/knoguchi drw-r--r-- - knoguchi users 0 2009-08-18 18:52 /user/knoguchi/test.har/user/knoguchi/a drw-r--r-- - knoguchi users 0 2009-08-18 18:52 /user/knoguchi/test.har/user/knoguchi/a/b lsr: could not get get listing for 'har:/user/knoguchi/test.har/user/knoguchi/a/b' : File: har://hdfs-mithrilgold-nn1.gold.ygrid.yahoo.com:8020/user/knoguchi/test.har/user/knoguchi/a/b/abc%cde does not exist in har:///user/knoguchi/test.har $ {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.