Return-Path: X-Original-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5C443D4FC for ; Fri, 7 Sep 2012 12:55:34 +0000 (UTC) Received: (qmail 8031 invoked by uid 500); 7 Sep 2012 12:55:29 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 7881 invoked by uid 500); 7 Sep 2012 12:55:28 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 7861 invoked by uid 99); 7 Sep 2012 12:55:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2012 12:55:28 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ajitabhpandey@gmail.com designates 209.85.216.41 as permitted sender) Received: from [209.85.216.41] (HELO mail-qa0-f41.google.com) (209.85.216.41) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2012 12:55:21 +0000 Received: by qafk30 with SMTP id k30so7158206qaf.14 for ; Fri, 07 Sep 2012 05:55:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=lkwrLABYkOtNsS7cwh7erh+BYfjxCJIPfUnVIjBmBFQ=; b=rFydeBF+X+FF+N93VkxEy/wC4IX7JojwOVzXedMbXCOS14bRnHXSTUt/2IbCEAcsb8 AYu1dgAbKMH/GKNT7F5M6zcCb+NGb7KQryeLNEik+Qwr6jIeLT36xB1DQQ8asJj8qo8X V50MOY2Vr89A2xh344hXNm/UZvWeBtADpmoW3hSFg9FKcbVgCtEtpYSIbQZB2e0NRSyT uwDhw6SjodvJmesbpAAdhwymYw4hl6r6+OyZBbVW/s/YtJRBokdE5vdxOuTyqxXokuN2 YfGCvqmvCOETFNUPCn3VjR0dXwaCOy1S8TP0D29I2EWtVAH2BNVVqw305deMunZjwQwT kyTA== MIME-Version: 1.0 Received: by 10.224.31.202 with SMTP id z10mr7349555qac.86.1347022500977; Fri, 07 Sep 2012 05:55:00 -0700 (PDT) Received: by 10.49.107.138 with HTTP; Fri, 7 Sep 2012 05:55:00 -0700 (PDT) Date: Fri, 7 Sep 2012 18:25:00 +0530 Message-ID: Subject: Hadoop archive not displaying files in the har From: Ajitabh Pandey To: user@hadoop.apache.org Content-Type: text/plain; charset=UTF-8 Hi, I created a hadoop archive as follows: $ hadoop archive -Dmapred.job.queue.name=myqueue -archiveName test.har -p /my/dir/path subdir1/some-file-name-*.gz /my/dir/path/some-target-directory The map reduce job runs fine and when the job finishes I see the following: $ hadoop fs -ls /my/dir/path/some-target-directory/test.har Found 3 items -rw------- 5 ap users 9199 2012-09-07 12:30 /my/dir/path/some-target-directory/test.har/_index -rw------- 5 ap users 24 2012-09-07 12:30 /my/dir/path/some-target-directory/test.har/_masterindex -rw------- 3 ap users 3367997136 2012-09-07 12:28 /my/dir/path/some-target-directory/test.har/part-0 But when I do $ hadoop fs -lsr har:///my/dir/path/some-target-directory/test.har/ I don't get an output, I just get the $ prompt back. Any idea what is wrong here? Regards. -- Ajitabh Pandey http://ajitabhpandey.info