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 229C075E8 for ; Tue, 13 Dec 2011 17:36:11 +0000 (UTC) Received: (qmail 48264 invoked by uid 500); 13 Dec 2011 17:36:06 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 48222 invoked by uid 500); 13 Dec 2011 17:36:06 -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 48214 invoked by uid 99); 13 Dec 2011 17:36:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2011 17:36:06 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bejoy.hadoop@gmail.com designates 209.85.216.176 as permitted sender) Received: from [209.85.216.176] (HELO mail-qy0-f176.google.com) (209.85.216.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2011 17:35:59 +0000 Received: by qcsc2 with SMTP id c2so5798851qcs.35 for ; Tue, 13 Dec 2011 09:35:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=7gYlrkdu0ltuD0imG2adgJYxLz6bgIFYG/YjZBFl4E8=; b=roG6Saj5q0KIX68io9fhPt1pteaGXVN/Q8jfazxwlf5ISigFc2zfIenGNVtCLWXXbN Wa8PLeU4I4yf8jqL1KCpqHlMPy8NcvmL9/MSuifEhAdkQ56spA+T73RAWK4QtEhSJ1Ze Sy4ajuP4qVDmLOu8sDUWnGc8P+Lam7frtRpDg= MIME-Version: 1.0 Received: by 10.224.216.197 with SMTP id hj5mr4029084qab.15.1323797738414; Tue, 13 Dec 2011 09:35:38 -0800 (PST) Received: by 10.229.7.207 with HTTP; Tue, 13 Dec 2011 09:35:38 -0800 (PST) In-Reply-To: References: <1323787108634-3582467.post@n3.nabble.com> Date: Tue, 13 Dec 2011 23:05:38 +0530 Message-ID: Subject: Re: Where do i see Sysout statements after building example ? From: Bejoy Ks To: common-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=20cf300fb3c7f3e1eb04b3fcad26 --20cf300fb3c7f3e1eb04b3fcad26 Content-Type: text/plain; charset=ISO-8859-1 Adding on to Harsh's response. If your Sysouts are on mapper or reducer classes, you can get the same from from WebUI as well, http://:50030/jobtracker.jsp . You need to select your job and drill down to individual task level. Regards Bejoy.K.S On Tue, Dec 13, 2011 at 10:30 PM, Harsh J wrote: > JobTracker sysouts would go to logs/*-jobtracker*.out > > On 13-Dec-2011, at 8:08 PM, ArunKumar wrote: > > > HI guys ! > > > > I have a single node set up as per > > > http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/ > > 1>I have put some sysout statements in Jobtracker and wordcount > > (src/examples/org/..) code > > 2>ant build > > 3>Ran example jar with wordcount > > > > Where do i find the sysout statements ? i have seen in logs/ > > datanode,tasktracker,*.out files. > > > > Can anyone help me out ? > > > > > > Arun > > > > > > -- > > View this message in context: > http://lucene.472066.n3.nabble.com/Where-do-i-see-Sysout-statements-after-building-example-tp3582467p3582467.html > > Sent from the Hadoop lucene-users mailing list archive at Nabble.com. > > --20cf300fb3c7f3e1eb04b3fcad26--