[jira] [Updated] (NUTCH-1529) Port nutch-mongdb-parser to trunk

2013-02-25 Thread lufeng (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lufeng updated NUTCH-1529: -- Attachment: NUTCH-1529-trunk.patch Utility that converts mongodb collection record into a flat file of URLs to

Build failed in Jenkins: Nutch-trunk #2132

2013-02-25 Thread Apache Jenkins Server
See -- [...truncated 2581 lines...] jar: clean-lib: resolve-default: [ivy:resolve] :: loading settings :: file = /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/ivy/ivyset

Build failed in Jenkins: Nutch-nutchgora #508

2013-02-25 Thread Apache Jenkins Server
See -- [...truncated 2154 lines...] [echo] Compiling plugin: lib-http [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-nutchgora/2.x/src/plugin/build-plugin.xml:117:

RES: Eclipse Error

2013-02-25 Thread Danilo Fernandes
Feng Lu, thanks for the fast reply. But, I'm using the JavaSE-1.6 (jre6) and always get this error. De: feng lu [mailto:amuseme...@gmail.com] Enviada em: segunda-feira, 25 de fevereiro de 2013 22:35 Para: dev@nutch.apache.org Assunto: Re: Eclipse Error Hi Danilo "Unsupported maj.mi

Re: Eclipse Error

2013-02-25 Thread feng lu
Hi Danilo "Unsupported maj.minor version 51.0" means that you compiled your classes under a specific JDK, but then try to run them under older version of JDK. So, you can't run classes compiled with JDK 6.0 under JDK 5.0. The same with classes compiled under JDK 7.0 when you try to run them under

Eclipse Error

2013-02-25 Thread Danilo Fernandes
Hi, I want do some changes in Nutch to get a HTML and take some data from them. My problem starts when I'm compiling the code in Eclipse. I always receive the follow error message. Buildfile: C:\Users\Danilo\workspace\Nutch\build.xml [taskdef] Could not load definitions from resource org/sona

Re: dev Digest 25 Feb 2013 02:27:44 -0000 Issue 1555

2013-02-25 Thread Lewis John Mcgibbney
Hi Tejas, > > On Sun, Feb 24, 2013 at 6:27 PM, wrote: > >> Hi Lewis, >> >> We have not came to a conclusion for this topic. >> > > Correct, thanks for pushing this one! > > >> Here is what I propose: >> 1. keep "generate.max.count" >> 2. GENERATOR_MIN_SCORE and GENERATOR_MAX_COUNT: once we get to

Re: dev Digest 25 Feb 2013 02:27:44 -0000 Issue 1555

2013-02-25 Thread Lewis John Mcgibbney
Hi Tejas, On Sun, Feb 24, 2013 at 6:27 PM, wrote: > Hi Lewis, > > We have not came to a conclusion for this topic. > Correct, thanks for pushing this one! > Here is what I propose: > 1. keep "generate.max.count" > 2. GENERATOR_MIN_SCORE and GENERATOR_MAX_COUNT: once we get to know that > if t

[jira] [Comment Edited] (NUTCH-1535) Crawl crashes with java.io.exception

2013-02-25 Thread Adam Pioch (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13585782#comment-13585782 ] Adam Pioch edited comment on NUTCH-1535 at 2/25/13 10:39 AM: -

[jira] [Updated] (NUTCH-1535) Crawl crashes with java.io.exception

2013-02-25 Thread Adam Pioch (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Pioch updated NUTCH-1535: -- Attachment: hadoop.log > Crawl crashes with java.io.exception > ---

[jira] [Comment Edited] (NUTCH-1535) Crawl crashes with java.io.exception

2013-02-25 Thread Adam Pioch (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13585782#comment-13585782 ] Adam Pioch edited comment on NUTCH-1535 at 2/25/13 10:37 AM: -

[jira] [Commented] (NUTCH-1535) Crawl crashes with java.io.exception

2013-02-25 Thread Adam Pioch (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13585782#comment-13585782 ] Adam Pioch commented on NUTCH-1535: --- Hello I have again a problem with this: org.apache.

[jira] [Reopened] (NUTCH-1535) Crawl crashes with java.io.exception

2013-02-25 Thread Adam Pioch (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Pioch reopened NUTCH-1535: --- > Crawl crashes with java.io.exception > > > Key

[jira] [Commented] (NUTCH-1031) Delegate parsing of robots.txt to crawler-commons

2013-02-25 Thread lufeng (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13585730#comment-13585730 ] lufeng commented on NUTCH-1031: --- Hi Tejas 1. The EmptyRobotRules class is not delete in pat