Hi NutchUser1, It's hard to tell about your problem from the logs, so I'll just make assumptions here. If the test hangs at the initialization of the Fetch Hadoop job, it is probably due to an issue while connecting to your datastore.
Which one are you using? MySQL, HBase? Can you please validate first you Gora setup by editing gora.properties file (which needs to be in the classpath) and then running the TestGoraStorage JUnit test. I recommend you apply the following patch first: http://techvineyard.blogspot.com/2010/12/build-nutch-20.html#Datastore before running the test Alexis On Tue, Jun 21, 2011 at 7:55 AM, Nutch User - 1 <[email protected]> wrote: > I followed the tutorial Testing Nutch 2.0 under Eclipse > (http://techvineyard.blogspot.com/2010/12/build-nutch-20.html) and ran > into a problem. The JUnit test TestFetcher doesn't complete. It hangs on > "map 100% reduce 0%". The entire output is here > (http://pastebin.com/m2XLjCTy). > > At first it didn't even find suffix-urlfilter.txt as can be seen on the > line 93 of the previous output (http://pastebin.com/5tcieRXc). The > problem is probably related to Hadoop. Lines 7 and 8 may give a hint. > > Do you have any ideas how to solve this? >

