|
|
-
Re: Where do i see Sysout statements after building example ?Mark Kerzner 2011-12-13, 17:39
For me, they go two levels deeper - under 'userlogs' in logs, then in
directory that stores the run logs. Here is what I see root@ip-10-84-123-125 :/var/log/hadoop/userlogs/job_201112120200_0010/attempt_201112120200_0010_r_000002_0# ls log.index stderr stdout syslog and there, in stdout, I see my write statements. Mark On Tue, Dec 13, 2011 at 11:00 AM, Harsh J <[EMAIL PROTECTED]> 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. > > |