Return-Path: Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: (qmail 471 invoked from network); 30 Oct 2010 19:36:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Oct 2010 19:36:49 -0000 Received: (qmail 83377 invoked by uid 500); 30 Oct 2010 19:36:43 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 83104 invoked by uid 500); 30 Oct 2010 19:36:43 -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 83089 invoked by uid 500); 30 Oct 2010 19:36:43 -0000 Delivered-To: apmail-hadoop-core-user@hadoop.apache.org Received: (qmail 83084 invoked by uid 99); 30 Oct 2010 19:36:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Oct 2010 19:36:42 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of absharma@gmail.com designates 209.85.214.176 as permitted sender) Received: from [209.85.214.176] (HELO mail-iw0-f176.google.com) (209.85.214.176) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Oct 2010 19:36:38 +0000 Received: by iwn7 with SMTP id 7so5504589iwn.35 for ; Sat, 30 Oct 2010 12:36:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=1Pq8E6PHCdvlHomJg38ZXoU4tL7i94/0IWqljp6q0Xw=; b=k76HwNR/61+X8t37r1WJGZRFOczS6It1D060uFQc0eDMvsZx0jPd4g3alDchCjnGwU /IVj8GeiD3lGOoCW8j41V4Kyy54EAnLImYjosJ3OtBcp+wlOCloVHYfcPmeLGZxJ/gqk JD16y969zyHTjCw0rorjPQfa79/r61vNF2jsE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=klMqF83FhXHCHAIHfh26SfrgDsy/Rb6OAVxm1E46JBGeUW/biiroEKIxmoosNk4mzH kVOlKh6X6eC2K6QlHM5MOUcp3Jpdjm2I9SMNkvmrWa49+H9aB7EHqu5XXxsN6CZYeR/y XfreXw45981liGoaEvr5VaHw3H8Eq6MLV5fFU= MIME-Version: 1.0 Received: by 10.231.37.194 with SMTP id y2mr798525ibd.146.1288467377695; Sat, 30 Oct 2010 12:36:17 -0700 (PDT) Sender: absharma@gmail.com Received: by 10.231.153.203 with HTTP; Sat, 30 Oct 2010 12:36:17 -0700 (PDT) In-Reply-To: <30094575.post@talk.nabble.com> References: <30094575.post@talk.nabble.com> Date: Sat, 30 Oct 2010 12:36:17 -0700 X-Google-Sender-Auth: cPi2-dZxfnp5UgC4g3z3RTXtIa0 Message-ID: Subject: Re: Hadoop Reduce is never called From: abhishek sharma To: common-user@hadoop.apache.org Cc: core-user@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable The println statement might be showing up in .out file for TaskTracker machines executing the Reduce Task. Abhishek On Sat, Oct 30, 2010 at 12:18 PM, Cameron_ wrote: > > Hi, > > I am new to Hadoop and new to the community. =A0I am using Hadoop 0.20.2 = and > working through the LineIndexer example. =A0I =A0have defined the Reducer= using > the following line: > > job.setReducerClass (LineIndexerReducer.class); > > The full code is in =A0http://old.nabble.com/file/p30094575/LineIndexer.j= ava > LineIndexer.java . =A0My Reducer code is > http://old.nabble.com/file/p30094575/LineIndexerReducer.java > LineIndexerReducer.java . =A0I have a trace print statement in the reduce > method of the Reducer c;ass. =A0This println statement never gets execute= d > indicating that my Reducer never gets called. =A0My mapper, > http://old.nabble.com/file/p30094575/LineIndexerMapper.java > LineIndexerMapper.java =A0works correctly. > > Does anyone have any idea what I have done wrong? > > Thank you in advance, > > Cameron > > > > -- > View this message in context: http://old.nabble.com/Hadoop-Reduce-is-neve= r-called-tp30094575p30094575.html > Sent from the Hadoop core-user mailing list archive at Nabble.com. > >