[
http://issues.apache.org/jira/browse/NUTCH-100?page=comments#action_12367731 ]
Fuad Efendi commented on NUTCH-100:
---
Sorry, should be [&&] instead of [||] in previous comment
> New plugin urlfilter-db
> ---
>
> Key: NUTCH-1
[
http://issues.apache.org/jira/browse/NUTCH-100?page=comments#action_12367721 ]
Fuad Efendi commented on NUTCH-100:
---
Please, add port number:
if (u.getPort()!=-1 || u.getPort()!=80) {
ret = ret + ":" + u.getPort();
}
> New plugin urlfilter-db
> -
Mike Smith wrote:
060219 142408 task_m_grycae Parent died. Exiting task_m_grycae
This means the child process, executing the task, was unable to ping its
parent process (the task tracker).
060219 142408 task_m_grycae Child Error
java.io.IOException: Task process exit with nonzero status.
[
http://issues.apache.org/jira/browse/NUTCH-100?page=comments#action_12367706 ]
Fuad Efendi commented on NUTCH-100:
---
Please avoid this:
public void finalize() throws Throwable {
cleanup();
}
- In case of an Exception, GC will ignore Throwable, a
[ http://issues.apache.org/jira/browse/NUTCH-216?page=all ]
Doug Cutting resolved NUTCH-216:
Fix Version: 0.8-dev
Resolution: Fixed
The reason 'exec' was used was to also restore file permissions, which 'untar'
does not. So I switched it to u
[ http://issues.apache.org/jira/browse/NUTCH-216?page=all ]
bin zhu updated NUTCH-216:
--
Attachment: untar-build.patch
use ant untar task instead of exec
> cannot build in windows
> ---
>
> Key: NUTCH-216
> URL: http://issu
cannot build in windows
---
Key: NUTCH-216
URL: http://issues.apache.org/jira/browse/NUTCH-216
Project: Nutch
Type: Bug
Environment: XP sp2
jdk1.5
ant 1.6.5
Reporter: bin zhu
Buildfile: build.xml
init:
[mkdir] Created dir: C:\data\asf\
Heiko Dietze wrote:
Hi,
during my tests with the nutch-0.8-dev
(daily checkout from svn repository)
I encountered a bug in the constructor
for the class DistributedSearch$Client.
Indeed it was a bug, and the fix is correct. Applied. Thank you!
--
Best regards,
Andrzej Bialecki <><
___. _
Hi,
during my tests with the nutch-0.8-dev
(daily checkout from svn repository)
I encountered a bug in the constructor
for the class DistributedSearch$Client.
Can someone please correct the order of
the statements and put it in the svn:
old version:
public Client(InetSocketAddress[] addresses,