In worst case,( I do this sometime) you have to split your task in several different jobs. Ugly but it works. In general the problem is known, however if you put it again on the table in the hadoop developer list, it may be get some more priority. Stefan
On 29.06.2006, at 21:09, Dennis Kubes wrote: > The indexer uses an ObjectWritable and I am using that trick. > Problem is I need to input and ObjectWritable but output a > different object. I will take a look at the hadoop list. > > Dennis > > Stefan Groschupf wrote: >> Hi, >> may be have a look to the nutch indexer it use a kind of wrapper, >> may be this can help you. >> Also please browse the haddop developer list archive since there >> was some related discussion. >> HTH >> Stefan >> Am 29.06.2006 um 14:41 schrieb Dennis Kubes: >> >>> All, >>> >>> Is there a way to get around having to have the input value class >>> and output value class be the same? I have an object writable >>> that I am trying to unwrap. >>> >>> Dennis >>> >> > 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
