[jira] Created: (NUTCH-681) parse-mp3 compilation problem

2009-01-20 Thread Wildan Maulana (JIRA)
parse-mp3 compilation problem - Key: NUTCH-681 URL: https://issues.apache.org/jira/browse/NUTCH-681 Project: Nutch Issue Type: Bug Components: indexer Environment: ubuntu, nutch-1.0-dev (trunk

[jira] Updated: (NUTCH-681) parse-mp3 compilation problem

2009-01-20 Thread Wildan Maulana (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wildan Maulana updated NUTCH-681: - Attachment: MetadataCollector.java-compilation_issues.diff

Re: [jira] Created: (NUTCH-680) Update external jars to latest versions

2009-01-20 Thread Piotr Kosiorowski
pmd-ext contains PMD (http://pmd.sourceforge.net/) libraries. I have committed them long time ago in an attempt to bring some static analysis toools to nutch sources. There was a short discussion around it and we all thought t was worth doing but it never gained enough momentum. There is a pmd

Re: [jira] Created: (NUTCH-680) Update external jars to latest versions

2009-01-20 Thread Doğacan Güney
2009/1/20 Piotr Kosiorowski pkosiorow...@gmail.com: pmd-ext contains PMD (http://pmd.sourceforge.net/) libraries. I have committed them long time ago in an attempt to bring some static analysis toools to nutch sources. There was a short discussion around it and we all thought t was worth doing

[jira] Closed: (NUTCH-572) Scoring and redirected Urls

2009-01-20 Thread JIRA
[ https://issues.apache.org/jira/browse/NUTCH-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doğacan Güney closed NUTCH-572. --- Resolution: Invalid As Dennis suggested, I am closing this issue as Invalid. Scoring and redirected

Nutch ScoringFilter plugin problems

2009-01-20 Thread Pau
Hello, I want to create a new ScoringFilter plugin. In order to evaluate how interesting a web page is, I need information about the link structure in the LinkDB. In the method updateDBScore, I have the following lines (among others): 88linkdb = new

[jira] Commented: (NUTCH-679) Fetcher2 implementing Tool

2009-01-20 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12665482#action_12665482 ] Otis Gospodnetic commented on NUTCH-679: I'm not sure, but committing this may mess

Re: [jira] Created: (NUTCH-680) Update external jars to latest versions

2009-01-20 Thread Otis Gospodnetic
Lucene doesn't use anything. Hadoop uses pmd integrate in Hudson. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Doğacan Güney doga...@gmail.com To: nutch-dev@lucene.apache.org Sent: Tuesday, January 20, 2009 10:49:44 AM Subject: Re:

Re: [jira] Created: (NUTCH-680) Update external jars to latest versions

2009-01-20 Thread Doğacan Güney
On Tue, Jan 20, 2009 at 7:48 PM, Otis Gospodnetic ogjunk-nu...@yahoo.com wrote: Lucene doesn't use anything. Hadoop uses pmd integrate in Hudson. Does this mean we do not need pmd jars in nutch ( are they provided by hudson)? Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr -

Re: [jira] Created: (NUTCH-680) Update external jars to latest versions

2009-01-20 Thread Otis Gospodnetic
That I don't know... I don't see the jars here: http://svn.apache.org/viewvc/hadoop/core/trunk/lib/ But who knows, maybe maven/ivy fetch them on demand. I don't know. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Doğacan Güney

Re: [jira] Created: (NUTCH-680) Update external jars to latest versions

2009-01-20 Thread Doğacan Güney
On Tue, Jan 20, 2009 at 10:35 PM, Otis Gospodnetic ogjunk-nu...@yahoo.com wrote: That I don't know... I don't see the jars here: http://svn.apache.org/viewvc/hadoop/core/trunk/lib/ But who knows, maybe maven/ivy fetch them on demand. I don't know. Hmm, does 0.19 use ivy(0.19 also doesn't

[jira] Closed: (NUTCH-661) errors when the uri contains space characters

2009-01-20 Thread JIRA
[ https://issues.apache.org/jira/browse/NUTCH-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doğacan Güney closed NUTCH-661. --- Resolution: Won't Fix Fix Version/s: 1.0.0 Assignee: Doğacan Güney Closing this issue

[jira] Commented: (NUTCH-669) Consolidate code for Fetcher and Fetcher2

2009-01-20 Thread JIRA
[ https://issues.apache.org/jira/browse/NUTCH-669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12665562#action_12665562 ] Doğacan Güney commented on NUTCH-669: - Hi Todd, Can you upload your work to JIRA now,

[jira] Updated: (NUTCH-676) MapWritable is written inefficiently and confusingly

2009-01-20 Thread JIRA
[ https://issues.apache.org/jira/browse/NUTCH-676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doğacan Güney updated NUTCH-676: Attachment: NUTCH-676_v2.patch Patch for the issue. Bumps CrawlDatum version and starts using

Re: [jira] Created: (NUTCH-680) Update external jars to latest versions

2009-01-20 Thread Piotr Kosiorowski
From what I know (the way we use hudson) is that hudson has plugins for presenting tool results only and the tools need to be executed during build - and libraries need to be included so they are available to ant. Piotr On Tue, Jan 20, 2009 at 9:40 PM, Doğacan Güney doga...@gmail.com wrote: On

Re: [jira] Created: (NUTCH-680) Update external jars to latest versions

2009-01-20 Thread Otis Gospodnetic
They've had pmd integrated with Hudson for many months now, I believe. I've seen patches in JIRA that were the result of fixes for problems reported by pmd. Or maybe they run pmd by hand? Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From:

Re: [jira] Created: (NUTCH-680) Update external jars to latest versions

2009-01-20 Thread Piotr Kosiorowski
I have configured hudson for 10 or more projects and always used pmd plugin to display the pmd results only - the actual pmd task to generate report was run from ant script. Maybe there is such possibility tu run pmd reports directly in hudson (not through project build scripts) but I have never