Hi Siddu,
I asked this question couple of days ago. You should use
you browser access the jobtracker. Click a job id ->map->pick a
map task->click the link at the column "task log", you will see the
output at stdout and stderr.

-Gang




------Original Message---------

In

src/contrib/data_join/src/java/org/apache/hadoop/contrib/utils/join/DataJoinJob.java

i found a couple of println statements (shown below )which are getting executed

when submitted for a job .

I am not sure to which stdout they are printing ?

I searched in logs/* but dint find it ?

Can somebody  please tell me where are they logged

btw i am running this job on a cluster which has only one node .

try {
running = jc.submitJob(job);
JobID jobId = running.getID();
System.out.println("Job " + jobId + " is submitted");
while (!running.isComplete()) {
   System.out.println("Job " + jobId + " is still running.");
   try {
     Thread.sleep(60000);
   } catch (InterruptedException e) {



      ___________________________________________________________ 
  好玩贺卡等你发,邮箱贺卡全新上线! 
http://card.mail.cn.yahoo.com/

Reply via email to