Hi Piotr, Thanks for the response. I tried the patch but am still getting the error.
I'm running on a linux system, and the patch wasn't directly compatible with my source, but I munged it in. I think the problem has something to do with the name of my directories within the NDFS. I am simply trying to replicate the tutorial using ndfs instead of local fs. To do this I used a db directory of "/db" and a segments directory of "/segments". Perhaps the leading / is causing difficulty? Alternatively, is there a suggested way (i.e. what dir names to use) to replicate the nutch tutorial using NDFS? Also, what is the nature of this IO exception? It is difficult to tell from the error message whether this is a last ditch error catching condition or an expected situation. Any help appreciated. I am attempting to debug it as well. Cheers, Pablo On 5/18/05, Piotr Kosiorowski <[EMAIL PROTECTED]> wrote: > Hello, > If you are running it on Windows platform you can try a patch attached > to this bug report: http://issues.apache.org/jira/browse/NUTCH-46. > Regards > Piotr > > On 5/17/05, Pablo Mayrgundter <[EMAIL PROTECTED]> wrote: > > Exception in thread "main" java.io.IOException: Could not obtain new > > output block for file /db/linkstats.txt > > at > > net.nutch.ndfs.NDFSClient$NameNodeCaller.getNewOutputBlock(NDFSClient.java:907) > > > > This file already exists, so perhaps it needs to be deleted first? > > Would appreciate any pointers. > > > > Cheers, > > Pablo > > > ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_idt12&alloc_id344&op=click _______________________________________________ Nutch-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-developers
