Return-Path: X-Original-To: apmail-hadoop-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-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 275D7E646 for ; Wed, 6 Feb 2013 16:09:32 +0000 (UTC) Received: (qmail 92632 invoked by uid 500); 6 Feb 2013 16:09:27 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 92553 invoked by uid 500); 6 Feb 2013 16:09:26 -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 92537 invoked by uid 99); 6 Feb 2013 16:09:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2013 16:09:26 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of harsh@cloudera.com designates 209.85.223.181 as permitted sender) Received: from [209.85.223.181] (HELO mail-ie0-f181.google.com) (209.85.223.181) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2013 16:09:18 +0000 Received: by mail-ie0-f181.google.com with SMTP id 17so2086050iea.40 for ; Wed, 06 Feb 2013 08:08:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type:x-gm-message-state; bh=YF91XvonBHu2ukfIo4xNmhfVgcUGzLewka95WX6asNw=; b=fIPc2P/9Aw7qiN7cu3EY3eke707tkRRaLBcUL+xC6G5ZOFm5LIy0MMPc7LIfyd/ScO iD3HxDcs5ltNbYFi4UPEWcJJ2AZoXl+VTbbmGATgDvqLuNqHU8O/K8STPSUH7O/yYHP7 Ku+FUhZyq4EkGNAgw5e8H+le/v7okdFsUkot2oE1k/R7Ui+EEoLPaABr1/DYJynJkQL+ aUUxUU7N+s9SAw4Tbpl9jUejmWkP2Vlqr9hoh1EJ26oPHYAxYWUJrwRQDdhrnRIKoXir OCYdK9lf4Ek3tJ0bC1Fr5E7nWvrVhCQgiRjPLn14BSXseWrzAvkDaE2CFTwLI5VCZJq1 TwFA== X-Received: by 10.50.181.134 with SMTP id dw6mr7095640igc.68.1360166937074; Wed, 06 Feb 2013 08:08:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.11.37 with HTTP; Wed, 6 Feb 2013 08:08:36 -0800 (PST) In-Reply-To: References: From: Harsh J Date: Wed, 6 Feb 2013 21:38:36 +0530 Message-ID: Subject: Re: How to find HDFS folders file count. To: "" Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQlpGv0WPo8T6dM0FwqKwHqAjxbgGGtOhEHv85EkEkDrP/K+uGRtSzlhebl/ZzT1OEusNh3O X-Virus-Checked: Checked by ClamAV on apache.org You have posted the "fs -count" command which is also the answer to your question - does it not help? On Wed, Feb 6, 2013 at 3:56 PM, Dhanasekaran Anbalagan wrote: > Hi Guys, > > We have done moving local file to HDFS > hadoop fs -copyFromLocal > > we have verified some of the file missing in the HDFS, We want validate > source to destination. > > We have already have source files count > > How to find HDFS folder file count please guide me. > > hadoop.apache.org/docs/r0.20.2/hdfs_shell.html#count > hadoop fs -count -q > > Did I learn something today? If not, I wasted it. -- Harsh J