Hello.
I'm testing mapred branch (revision 290934) on two servers. Everything
works fine except in the fetch process: one of the servers constantly
stops fetching earlier then second server. Logs are something like
this:
050921 232008 task_m_jh0915 0.06203456% 51356 pages, 9688 errors, 8.7 pages/s,
1493 kb/s,
050921 232009 task_m_jh0915 0.06203456% 51356 pages, 9688 errors, 8.7 pages/s,
1493 kb/s,
[ a lot of repeating lines ]
050921 232012 task_m_jh0915 0.06203456% 51357 pages, 9688 errors, 8.7 pages/s,
1492 kb/s,
050921 232012 Task task_m_jh0915 is done.
050921 232012 Task task_m_jh0915 is done.
050921 232013 Server connection on port 41755 from 127.0.0.1: exiting
When i'm looking at web-inteface at 7845 port i see:
<tr>
<td>task_m_jh0915</td><td>1.0</td><td>51357 pages, 9688 errors, 8.7 pages/s,
1492 kb/s, </td>
<td>
java.io.IOException: Task process exit with nonzero status.
at org.apache.nutch.mapred.TaskRunner.runChild(TaskRunner.java:132)
at org.apache.nutch.mapred.TaskRunner.run(TaskRunner.java:92)
</td></tr>
<tr>
<td>task_m_dtya1r</td><td>0.4285658</td><td>391226 pages, 12591 errors, 13.0
pages/s, 2271 kb/s, </td>
<td></td></tr>
Can anyone point what i'm doing wrong?
Michael