Re: Build failed in Hudson: Nutch-trunk #362

2008-02-14 Thread Dennis Kubes
I reran all unit tests for this, everything passed. Error from hudson for failed test are: java.io.IOException: Failed to get the current user's information: Login failed: whoami: not found Dennis Apache Hudson Server wrote: See http://hudson.zones.apache.org/hudson/job/Nutch-trunk/362/cha

[jira] Commented: (NUTCH-611) Upgrade Nutch to use Hadoop 0.16

2008-02-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569176#action_12569176 ] Hudson commented on NUTCH-611: -- Integrated in Nutch-trunk #362 (See [http://hudson.zones.apach

[jira] Commented: (NUTCH-603) Add more default url normalizations

2008-02-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569175#action_12569175 ] Hudson commented on NUTCH-603: -- Integrated in Nutch-trunk #362 (See [http://hudson.zones.apach

Build failed in Hudson: Nutch-trunk #362

2008-02-14 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Nutch-trunk/362/changes Changes: [kubes] NUTCH-611 - Upgrade Nutch to use Hadoop 0.16. This upgrade removes the deprecated addDefaultResouce and addFinalResource methods. Should now use addResource. Two scripts start-balancer.sh and stop-balancer

[jira] Resolved: (NUTCH-611) Upgrade Nutch to use Hadoop 0.16

2008-02-14 Thread Dennis Kubes (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Kubes resolved NUTCH-611. Resolution: Fixed Committed. > Upgrade Nutch to use Hadoop 0.16 >

[jira] Resolved: (NUTCH-603) Add more default url normalizations

2008-02-14 Thread Dennis Kubes (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Kubes resolved NUTCH-603. Resolution: Fixed Committed. > Add more default url normalizations > --

Re: nutch latest build - inject operation failing

2008-02-14 Thread Susam Pal
What I did try was setting hadoop.tmp.dir to /opt/tmp. I found the behavior strange. I had an /opt/tmp directory in my Cygwin installation (Absolute Windows path: D:\Cygwin\opt\tmp) and I was expecting Hadoop to use it. However, it created a new D:\opt\tmp and wrote the temp files there. Of course

Re: nutch latest build - inject operation failing

2008-02-14 Thread Dennis Kubes
I think what might be occurring is a file path issue with hadoop. I have seen it in the past. Can you try on windows using the cygdrive path and see if that works? For below it would be /cygdrive/D/tmp/ ... Dennis Susam Pal wrote: I can confirm this error as I just tried running the last r

Re: nutch latest build - inject operation failing

2008-02-14 Thread Susam Pal
I can confirm this error as I just tried running the last revision of Nutch, rev-620818 on Debian as well as Cygwin on Windows. It works fine on Debian but fails on Cygwin with this error:- 2008-02-14 19:49:47,756 WARN regex.RegexURLNormalizer - can\'t find rules for scope \'inject\', using defa

[jira] Commented: (NUTCH-611) Upgrade Nutch to use Hadoop 0.16

2008-02-14 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568928#action_12568928 ] Andrzej Bialecki commented on NUTCH-611: - +1 > Upgrade Nutch to use Hadoop 0.16 >