Re: NoSuchMethodException - question to ask Tom White (and others) :-)

2008-07-05 Thread heyongqiang
in most cases, this error is because u have not implemented the non-argument constructor explicitly. Best regards, Yongqiang He 2008-07-06 Email: [EMAIL PROTECTED] Tel: 86-10-62600966(O) Research Center for Grid and Service Computing, Institute of Computing Technology, Chinese Academ

NoSuchMethodException - question to ask Tom White (and others) :-)

2008-07-05 Thread Xuan Dzung Doan
I'm writing a mapred app in Hadoop 0.16.4 in which I implement my own inputsplit, called BioFileSplit, that extends FileSplit (it adds one int data field to FileSplit). Testing my program in Eclipse yielded the exception trace that roughly looks as follows: Task Id : task_200807011030_0004_m_00

Need attention pl..Failed to get reducer output while running in cluster

2008-07-05 Thread CTS-RAAJ
Hi All, After all successful work aroud in getting the hadoop cluster run, I am kicked back by some problem while executig my program in cluster, Program takes input a log file, I have written a mapper which goes through the line to find certain pattern and pass the mapper output to reducer to

Re: NEED AN URGENT HELP PL, Failed to get reducer output while running in cluster

2008-07-05 Thread CTS-RAAJ
CTS-RAAJ wrote: > > Hi All, > > After all successful work aroud in getting the hadoop cluster run, I am > kicked back by some problem while executig my program in cluster, > Program takes input a log file, I have written a mapper which goes through > the line to find certain pattern and pass th

Re: ERROR dfs.NameNode - java.io.EOFException

2008-07-05 Thread Otis Gospodnetic
Hm, tried it (simply edited with vi, removed the last line). I did it with both edits file and fsimage file (I see references to FSEditLog.java and FSImage.java in the stack trace below), but that didn't seem to help. Namenode just doesn't start at all. I can't see any errors in logs due to a

Re: ERROR dfs.NameNode - java.io.EOFException

2008-07-05 Thread lohit
I remember dhruba telling me about this once. Yes, Take a backup of the whole current directory. As you have seen, remove the last line from edits and try to start the NameNode. If it starts, then run fsck to find out which file had the problem. Thanks, Lohit - Original Message From: O