On 6/3/07, Emmanuel JOKE <[EMAIL PROTECTED]> wrote: > yes i did. > > <property> > <name>io.seqfile.compression.type</name> > <value>BLOCK</value> > </property>
That's strange. I may be wrong but I don't think this is a native-lib problem. Even if you don't have native libs in place, hadoop will fall back to java code(at least for gzip) and do compression. It will just be very slow:). Can you create an OutputFormat in CrawlDbMerger and set compression type to BLOCK manually? You can take a look at ParseOutputFormat's code as an example. > > Any clues ? > -- Doğacan Güney ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
