Hi Mohan, I think these methods are no longer needed at all because the key class and value class are gotten from RecordReader.createKey() and RecordReader.createValue(). For the most part you can just remove these methods, but I think it might cause an error in the indexer where different types are merged. You might need to do something like change createValue() to return an ObjectWritable. Anyway, I don't keep up with Nutch, but I think they're already working on moving Nutch to Hadoop 0.7, so it might save you some work.
On 10/13/06, Mohan Lal <[EMAIL PROTECTED]> wrote: > > hi all, > > can anyone use hadoop 0.6.2, then please help me what was the > corresponding methods for > job.setInputKeyClass(UTF8.class); > job.setInputValueClass(CrawlDatum.class); > > Im trying to intergare Nutch 0.8 with hadoop 0.6.2 > > Thanks in advance > Mohan Lal > -- > View this message in context: > http://www.nabble.com/Depricated-methods-in-hadoop-0.6.2-tf2436480.html#a6794011 > Sent from the Nutch - User mailing list archive at Nabble.com. > > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
