Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C9C21F0CC for ; Sat, 20 Apr 2013 15:43:53 +0000 (UTC) Received: (qmail 26246 invoked by uid 500); 20 Apr 2013 15:43:48 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 26147 invoked by uid 500); 20 Apr 2013 15:43:48 -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 26140 invoked by uid 99); 20 Apr 2013 15:43:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Apr 2013 15:43:48 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of vikascjadhav87@gmail.com designates 209.85.128.42 as permitted sender) Received: from [209.85.128.42] (HELO mail-qe0-f42.google.com) (209.85.128.42) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Apr 2013 15:43:42 +0000 Received: by mail-qe0-f42.google.com with SMTP id cz11so3385760qeb.29 for ; Sat, 20 Apr 2013 08:43:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=oVKeh02bIzOfY9QwNctmI3utPfkET+DO0GVuI3CbAQA=; b=l18XxQaNelwceiwSb9UnDpyH8HjMjgQ9DOhi5T9thdZuta7AJGbv6lf4Hv1APFd5os F9O10etes9DbwhgR1iLGpGF2a0AODBHSqzOpZ/nPvbtX3PNdU4XIW0rrvQ1c7mbOg0f/ FZlocHJsJJrTavdUNZHXPI+NcxbcdKDLEwMUqamp4BpvfBl+mbLo7K7rmR6Icri6WUl1 zgIgqqSHKKY0pyiwuunbSlh3h9V6fGvd+q0Ro9J2/wPyf8RlBg4GesoHmiDOPKwr2WE4 K+q0DoDvwiFbYz1lQFf9xaHZkcrP//UIJpsekG/ck38q50nXpuAR9w26wz58uqcrgjx5 aXRQ== MIME-Version: 1.0 X-Received: by 10.229.90.129 with SMTP id i1mr6638514qcm.149.1366472601233; Sat, 20 Apr 2013 08:43:21 -0700 (PDT) Received: by 10.49.104.194 with HTTP; Sat, 20 Apr 2013 08:43:21 -0700 (PDT) Date: Sat, 20 Apr 2013 21:13:21 +0530 Message-ID: Subject: Writing intermediate key,value pairs to file and read it again From: Vikas Jadhav To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001a11c2b84efe69bd04daccb180 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2b84efe69bd04daccb180 Content-Type: text/plain; charset=ISO-8859-1 Hello, Can anyone help me in following issue Writing intermediate key,value pairs to file and read it again let us say i have to write each intermediate pair received @reducer to a file and again read that as key value pair again and use it for processing I found IFile.java file which has reader and writer but i am not able understand how to use it for example. I dont understand Counter value as last parameter "spilledRecordsCounter" Thanks. -- * * * Regards,* * Vikas * --001a11c2b84efe69bd04daccb180 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello,
Can anyone help me in followi= ng issue
Writing intermediate key,value pairs to file and read it again<= br>

let us say i have to write each intermediate pair receive= d @reducer to a file and again read that as key value pair again and use it= for processing

I found IFile.java file which has reader and writer but i am= not able understand how to use it for example. I dont understand Counter v= alue as last parameter "spilledRecordsCounter"


Thanks.


--
<= font color=3D"#ff0000">

=A0 Regards,=A0 =A0Vikas
--001a11c2b84efe69bd04daccb180--