Return-Path: Delivered-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Received: (qmail 97062 invoked from network); 27 Apr 2010 11:28:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Apr 2010 11:28:00 -0000 Received: (qmail 36766 invoked by uid 500); 27 Apr 2010 11:28:00 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 36723 invoked by uid 500); 27 Apr 2010 11:27:59 -0000 Mailing-List: contact mapreduce-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-user@hadoop.apache.org Delivered-To: mailing list mapreduce-user@hadoop.apache.org Received: (qmail 36715 invoked by uid 99); 27 Apr 2010 11:27:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Apr 2010 11:27:58 +0000 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=AWL,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,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 psdc1978@gmail.com designates 72.14.220.159 as permitted sender) Received: from [72.14.220.159] (HELO fg-out-1718.google.com) (72.14.220.159) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Apr 2010 11:27:52 +0000 Received: by fg-out-1718.google.com with SMTP id e12so1270386fga.11 for ; Tue, 27 Apr 2010 04:27:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=FYtvHB1A1iHjsTtiGwvUP1w5a0kzICsxDvmrubXD3ic=; b=seFzcu1wxZN1athHoqYzTyJFroLfGat36qnb0YGb5J1uN6w0jNj6EKbb0ZjKoa6Msn IG2j3EZTXUzDlkA0y38QHfHV7LJ71y02QP1ZTCDiLxHfutOtaS4UNzGbC8Cs0JuM8obk 7bRSMmtumWV6boRPUVOyf3uG8LsAUCOiDFW9s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=VheCRUojmFdpbCfGWSDCyrGkAlm2ZJIsxFRAGhmxA2aPi93zRbPtyiYIDAcaPoyR5E 0Mo9s11LHktYlNMgpVCqDCOjP64nkCKRb2/9rjFqF4DuPIyYTPwhF3Mo++Kk6YB1yF76 5yvYGvWQs1JsyJipICf9wWSytQG9eZSTzxx/E= MIME-Version: 1.0 Received: by 10.239.187.67 with SMTP id k3mr591958hbh.50.1272367650818; Tue, 27 Apr 2010 04:27:30 -0700 (PDT) Received: by 10.239.169.72 with HTTP; Tue, 27 Apr 2010 04:27:30 -0700 (PDT) Date: Tue, 27 Apr 2010 12:27:30 +0100 Message-ID: Subject: How to debug reducer thread? From: psdc1978 To: mapreduce-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001636498b15d9c9160485362d0f --001636498b15d9c9160485362d0f Content-Type: text/plain; charset=ISO-8859-1 Hi, The reduce tasks are threads that are launched by the Reducer. The print below shows the stacktrace of one reduce task. at org.apache.hadoop.mapred.ReduceTask$ReduceCopier.fetchHashesOutputs(ReduceTask.java:2582) at org.apache.hadoop.mapred.ReduceTask.run(ReduceTask.java:395) at org.apache.hadoop.mapred.Child.main(Child.java:194) I would like to debug this thread in a IDE but I don't know how to do it. Should I define properties to do this? Is there a way to do it? Thanks -- PSC --001636498b15d9c9160485362d0f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

The reduce tasks are threads that are launched by the Reducer. T= he print below shows the stacktrace of one reduce task.

at org.apac= he.hadoop.mapred.ReduceTask$ReduceCopier.fetchHashesOutputs(ReduceTask.java= :2582)
at org.apache.hadoop.mapred.ReduceTask.run(ReduceTask.java:395)
at org.a= pache.hadoop.mapred.Child.main(Child.java:194)

I would like to debug= this thread in a IDE but I don't know how to do it. Should I define pr= operties to do this? Is there a way to do it?

Thanks

--
PSC
--001636498b15d9c9160485362d0f--