Return-Path: Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: (qmail 74819 invoked from network); 17 Jul 2009 01:44:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Jul 2009 01:44:53 -0000 Received: (qmail 1412 invoked by uid 500); 17 Jul 2009 01:45:56 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 1334 invoked by uid 500); 17 Jul 2009 01:45:56 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 1324 invoked by uid 500); 17 Jul 2009 01:45:56 -0000 Delivered-To: apmail-hadoop-core-user@hadoop.apache.org Received: (qmail 1321 invoked by uid 99); 17 Jul 2009 01:45:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jul 2009 01:45:56 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rvernica@gmail.com designates 209.85.222.192 as permitted sender) Received: from [209.85.222.192] (HELO mail-pz0-f192.google.com) (209.85.222.192) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jul 2009 01:45:48 +0000 Received: by pzk30 with SMTP id 30so918862pzk.5 for ; Thu, 16 Jul 2009 18:45:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=0812inuiF3HewbTxqt6ThrHOnv4x2cZIuGGrInmveAA=; b=gLhuxYmxHowHjXGDWMcDpxX4AxmU5APke61Y0I9uWeMZaxHrHxb3ojkfDRHK76296j +mHt5jdRazDK4qfNu/Tw87Kb0r23RbBTSM+HmmZUgLjMiy9yJ5EvcJKCbi7S7pioev9F 4Z/OcLi8r5PDE3spPZTrU47E4t7tdZqQPgnuU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=kXd8NtnnVs7IC3b34lR3k1LZqTYRE5WN50EFa6x4PsdTa1q5ENMchIA39CVaRKH3Ra TwZ/b6egjhPkWRx/OadNaOzy5NvH9BRRzFsCR/nFskfkT3yGW9tIJ/YpTv4+A+xzUOqe B2IIv9XWwepe3ShYYBW0fLUut+K5G0mjvAA5g= MIME-Version: 1.0 Received: by 10.114.39.19 with SMTP id m19mr696277wam.51.1247795128247; Thu, 16 Jul 2009 18:45:28 -0700 (PDT) In-Reply-To: References: Date: Thu, 16 Jul 2009 18:45:28 -0700 Message-ID: Subject: Re: reduce input/output counters double for sequence files From: Rares Vernica To: core-user@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Jul 16, 2009 at 11:49 AM, Rares Vernica wrote: > > I noticed the in 0.17.2.1, "Reduce input groups", "Reduce input > records", and "Reduce output records" counters double if I use > SequenceFileOutputFormat. Any thoughts? I ran the same job again and it seems that the counters are fine now. Something strange had happened. Maybe is because I am running it in standalone mode. -- Rares