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 9247E108E2 for ; Mon, 6 Jan 2014 18:00:21 +0000 (UTC) Received: (qmail 39110 invoked by uid 500); 6 Jan 2014 17:54:32 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 38790 invoked by uid 500); 6 Jan 2014 17:54:08 -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 38721 invoked by uid 99); 6 Jan 2014 17:54:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jan 2014 17:54:01 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of smarty.juice@gmail.com designates 209.85.219.45 as permitted sender) Received: from [209.85.219.45] (HELO mail-oa0-f45.google.com) (209.85.219.45) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jan 2014 17:53:54 +0000 Received: by mail-oa0-f45.google.com with SMTP id g12so3832895oah.18 for ; Mon, 06 Jan 2014 09:53:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Z0sxfWanuROPQ/0B4qgVgrhFa1jo4rnQop37bTPpl40=; b=owMtpE6dL5Rr5qSgcyZB+nvWQFwKercZv2sHUjIqWSR66+rP/5J5F8mOWCzhQGD5/V e4DCe/ZwZnhLFIYfkNzX+4WlO6QA0kJMlpyV3QOx3EVOeobqMngrNaE6Xn43uL1El1HN PqTvLN9NUNlLIAOVvpHe4zmyvY2XGoRxbYQCyVLucTs/NvYONhcp1k07BrF++Jo7Ipli Q1X8BDYI2BGB1VQQxrCE6W7KgpUbgUJpI5SqrvUNHO/i07QbP3lT7RpZ7NpdYFgaez7e zu6BV/Dt2ruz1V6pmSaaIPEmV697LQ4XgK/SZ1y69+EHFAiDDF3mYKwtgw2O9l02wSLS 0xZw== MIME-Version: 1.0 X-Received: by 10.182.221.230 with SMTP id qh6mr71947216obc.7.1389030813702; Mon, 06 Jan 2014 09:53:33 -0800 (PST) Received: by 10.182.28.165 with HTTP; Mon, 6 Jan 2014 09:53:33 -0800 (PST) In-Reply-To: References: Date: Mon, 6 Jan 2014 12:53:33 -0500 Message-ID: Subject: Re: Understanding MapReduce source code : Flush operations From: Hardik Pandya To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001a11c2fcb83ba07504ef50f04c X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2fcb83ba07504ef50f04c Content-Type: text/plain; charset=ISO-8859-1 Please do not tell me since last 2.5 years you have not used virtual Hadoop environment to debug your Map Reduce application before deploying to Production environment No one can stop you looking at the code , Hadoop and its ecosystem is open-source On Mon, Jan 6, 2014 at 9:35 AM, nagarjuna kanamarlapudi < nagarjuna.kanamarlapudi@gmail.com> wrote: > > > ---------- Forwarded message ---------- > From: nagarjuna kanamarlapudi > Date: Mon, Jan 6, 2014 at 6:39 PM > Subject: Understanding MapReduce source code : Flush operations > To: mapreduce-user@hadoop.apache.org > > > Hi, > > I am using hadoop/ map reduce for aout 2.5 years. I want to understand the > internals of the hadoop source code. > > Let me put my requirement very clear. > > I want to have a look at the code where of flush operations that happens > after the reduce phase. > > Reducer writes the output to OutputFormat which inturn pushes that to > memory and once it reaches 90% of chunk size it starts to flush the reducer > output. > > I essentially want to look at the code of that flushing operation. > > > > > Regards, > Nagarjuna K > > --001a11c2fcb83ba07504ef50f04c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Please do not tell me since last 2.5 years you have not us= ed virtual Hadoop environment to debug your Map Reduce application before d= eploying to Production environment

No one can stop you l= ooking at the code , Hadoop and its ecosystem is open-source


On Mon,= Jan 6, 2014 at 9:35 AM, nagarjuna kanamarlapudi <nagarjun= a.kanamarlapudi@gmail.com> wrote:


---------- Forwarded message ----------
From: = nagarjuna kanamarlapudi <nagarjuna.kanamarlapudi@gmail.com>
Date: Mon, Jan 6, 2014 at 6:39 PM
Subject: Understanding MapReduce sourc= e code : Flush operations
To: mapreduce-user@hadoop.apache.org

Hi,

I am using hadoop/ map reduc= e for aout 2.5 years. I want to understand the internals of the hadoop sour= ce code.

Let me put my requirement very clear.

I want to have a look at the code where of flush operations that = happens after the reduce phase.

Reducer writes the output to O= utputFormat which inturn pushes that to memory and once it reaches 90% of c= hunk size it starts to flush the reducer output.

I essentially want to look at the code of that flushing operation= .




Regards,
Nagarjuna K


--001a11c2fcb83ba07504ef50f04c--