Killing lines

2005-12-06 Thread anton
There is snippet from TaskTracker log file: 051206 090643 Task task_r_qegmsh timed out. Killing. 051206 090646 Task task_r_qegmsh timed out. Killing. 051206 090649 Task task_r_qegmsh timed out. Killing. 051206 090652 Task task_r_qegmsh timed out. Killing. 051206 090655 Task task_r_qegmsh

submitting a patch?

2005-12-06 Thread James Nelson
Hello, hope this is the right place to ask this. I'm working on patching nutch to support sorting results on multiple fields. I have a patch partially completed and would like to get feedback on it. I made the patch against the 0.7 line and want to know if it's ok to post the patch against that

NUTCH-112: Link in cached.jsp page to cached content is an absolute link

2005-12-06 Thread Chris Mattmann
Hi Guys, Just wondering if any of the committers checked out http://issues.apache.org/jira/browse/NUTCH-112. Turns out the link to the cached.jsp page to the cached content contains an absolute link which makes the link mess up when you don't deploy the nutch webapp in the root context. I've

Re: submitting a patch?

2005-12-06 Thread Stefan Groschupf
Hi, put the patch to jira. Actually for the most important packages except of map reduce 0.7 and 0.8 are identically and as far I know Doug is syncronizing things frequently. Stefan Am 06.12.2005 um 17:44 schrieb James Nelson: Hello, hope this is the right place to ask this. I'm

RCP known limitation or bug?

2005-12-06 Thread Stefan Groschupf
Hi, I never used the RCP that intensive so I was surprised to found this limitation. Is it known that the RCP.call method can only call methods that have a return type? RCP.java line 152 Object[] values = (Object[])Array.newInstance(method.getReturnType (),wrappedValues.length);

FetchListTool.TableSet.append() result

2005-12-06 Thread Chris Schneider
Gang, I'm wondering why the result from FetchListTool.TableSet.append() is discarded by FetchListTool.emitFetchList(). It seems like it could skip both the decrement of topN and the call to WebDBWriter.addPage() if append() returns false (e.g., for a badly formed URL). This seems like the

[jira] Created: (NUTCH-132) Add ability to sort on more than one column

2005-12-06 Thread James Nelson (JIRA)
Add ability to sort on more than one column --- Key: NUTCH-132 URL: http://issues.apache.org/jira/browse/NUTCH-132 Project: Nutch Type: Improvement Components: searcher Reporter: James Nelson Currently nutch only

[jira] Commented: (NUTCH-132) Add ability to sort on more than one column

2005-12-06 Thread James Nelson (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-132?page=comments#action_12359477 ] James Nelson commented on NUTCH-132: I have a partially completed patch implementing the multi-field sort capability. I'm attaching the patch file along with a new java

[jira] Updated: (NUTCH-132) Add ability to sort on more than one column

2005-12-06 Thread James Nelson (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-132?page=all ] James Nelson updated NUTCH-132: --- Attachment: sort.patch SortValueWritable.java Add ability to sort on more than one column ---

Re: submitting a patch?

2005-12-06 Thread James Nelson
Hey, I created a new issue in jira and uploaded the patch files. I made the patch against the 0.7 branch. Hopefully everything is in order, if there is anything different I should have done, please let me know. The url for the issue is: http://issues.apache.org/jira/browse/NUTCH-132 Thanks,

[jira] Created: (NUTCH-133) ParserFactory does not work as expected

2005-12-06 Thread Stefan Groschupf (JIRA)
ParserFactory does not work as expected --- Key: NUTCH-133 URL: http://issues.apache.org/jira/browse/NUTCH-133 Project: Nutch Type: Bug Versions: 0.8-dev, 0.7.1, 0.7.2-dev Reporter: Stefan Groschupf Priority:

[jira] Closed: (NUTCH-112) Link in cached.jsp page to cached content is an absolute link

2005-12-06 Thread Jerome Charron (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-112?page=all ] Jerome Charron closed NUTCH-112: Fix Version: 0.8-dev Resolution: Fixed Committed to trunk and mapred. http://svn.apache.org/viewcvs?rev=354575view=rev

[jira] Updated: (NUTCH-133) ParserFactory does not work as expected

2005-12-06 Thread Stefan Groschupf (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-133?page=all ] Stefan Groschupf updated NUTCH-133: --- Attachment: Parserutil_test_patch.txt A test that reproduce most problems, see a real world sample url in the conclusion above. ParserFactory does not

[jira] Updated: (NUTCH-133) ParserFactory does not work as expected

2005-12-06 Thread Stefan Groschupf (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-133?page=all ] Stefan Groschupf updated NUTCH-133: --- Attachment: ParserFactoryPatch_nutch.0.7_patch.txt A patch that solves the described problems for nutch 0.7. MimeTypes detection is now REALLY used,

[jira] Commented: (NUTCH-133) ParserFactory does not work as expected

2005-12-06 Thread Jerome Charron (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-133?page=comments#action_12359487 ] Jerome Charron commented on NUTCH-133: -- Thanks for this really very good description. Just a quick note: I'm currently in the final steps of a new mime-type repository

[jira] Commented: (NUTCH-133) ParserFactory does not work as expected

2005-12-06 Thread Chris A. Mattmann (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-133?page=comments#action_12359502 ] Chris A. Mattmann commented on NUTCH-133: - From an initial quick glance at much of the patch, I see that many of existing working classes are just rewritten, given