org.apache.hadoop.util.DiskChecker$DiskErrorExceptio

2009-12-02 Thread BELLINI ADAM

hi,
i have this error when crawling

org.apache.hadoop.util.DiskChecker$DiskErrorException: Could not find any valid 
local directory for 
taskTracker/jobcache/job_local_0001/attempt_local_0001_m_00_0/output/spill0.out
at 
org.apache.hadoop.fs.LocalDirAllocator$AllocatorPerContext.getLocalPathForWrite(LocalDirAllocator.java:335)
at 
org.apache.hadoop.fs.LocalDirAllocator.getLocalPathForWrite(LocalDirAllocator.java:124)
at 
org.apache.hadoop.mapred.MapOutputFile.getSpillFileForWrite(MapOutputFile.java:107)
at 
org.apache.hadoop.mapred.MapTask$MapOutputBuffer.sortAndSpill(MapTask.java:930)
at 
org.apache.hadoop.mapred.MapTask$MapOutputBuffer.flush(MapTask.java:842)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:343)
at 
org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:138)
2009-12-01 19:02:25,778 FATAL crawl.Generator - Generator: java.io.IOException: 
Job failed!
at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1232)
at org.apache.nutch.crawl.Generator.generate(Generator.java:472)
at org.apache.nutch.crawl.Generator.run(Generator.java:618)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
at org.apache.nutch.crawl.Generator.main(Generator.java:581)

i searched the mailing list and didnt fin an asnwer

help
  
_
Windows Live: Keep your friends up to date with what you do online.
http://go.microsoft.com/?linkid=9691815

Re: org.apache.hadoop.util.DiskChecker$DiskErrorExceptio

2009-12-02 Thread Julien Nioche
disk full?

2009/12/2 BELLINI ADAM mbel...@msn.com


 hi,
 i have this error when crawling

 org.apache.hadoop.util.DiskChecker$DiskErrorException: Could not find any
 valid local directory for
 taskTracker/jobcache/job_local_0001/attempt_local_0001_m_00_0/output/spill0.out
at
 org.apache.hadoop.fs.LocalDirAllocator$AllocatorPerContext.getLocalPathForWrite(LocalDirAllocator.java:335)
at
 org.apache.hadoop.fs.LocalDirAllocator.getLocalPathForWrite(LocalDirAllocator.java:124)
at
 org.apache.hadoop.mapred.MapOutputFile.getSpillFileForWrite(MapOutputFile.java:107)
at
 org.apache.hadoop.mapred.MapTask$MapOutputBuffer.sortAndSpill(MapTask.java:930)
at
 org.apache.hadoop.mapred.MapTask$MapOutputBuffer.flush(MapTask.java:842)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:343)
at
 org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:138)
 2009-12-01 19:02:25,778 FATAL crawl.Generator - Generator:
 java.io.IOException: Job failed!
at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1232)
at org.apache.nutch.crawl.Generator.generate(Generator.java:472)
at org.apache.nutch.crawl.Generator.run(Generator.java:618)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
at org.apache.nutch.crawl.Generator.main(Generator.java:581)

 i searched the mailing list and didnt fin an asnwer

 help

 _
 Windows Live: Keep your friends up to date with what you do online.
 http://go.microsoft.com/?linkid=9691815




-- 
DigitalPebble Ltd
http://www.digitalpebble.com


Re: org.apache.hadoop.util.DiskChecker$DiskErrorExceptio

2009-12-02 Thread Andrzej Bialecki

BELLINI ADAM wrote:

hi,
i have this error when crawling

org.apache.hadoop.util.DiskChecker$DiskErrorException: Could not find any valid 
local directory for 
taskTracker/jobcache/job_local_0001/attempt_local_0001_m_00_0/output/spill0.out


Most likely you ran out of tmp disk space.


--
Best regards,
Andrzej Bialecki 
 ___. ___ ___ ___ _ _   __
[__ || __|__/|__||\/|  Information Retrieval, Semantic Web
___|||__||  \|  ||  |  Embedded Unix, System Integration
http://www.sigram.com  Contact: info at sigram dot com



RE: org.apache.hadoop.util.DiskChecker$DiskErrorExceptio

2009-12-02 Thread BELLINI ADAM

hi,


i fixed it by changing the tmp directory 

property
namehadoop.tmp.dir/name
value/my/large/disk/space/hadoop-${user.name}/value
/property


thx, how can i close this post ?


 Date: Wed, 2 Dec 2009 15:51:46 +0100
 From: a...@getopt.org
 To: nutch-user@lucene.apache.org
 Subject: Re: org.apache.hadoop.util.DiskChecker$DiskErrorExceptio
 
 BELLINI ADAM wrote:
  hi,
  i have this error when crawling
  
  org.apache.hadoop.util.DiskChecker$DiskErrorException: Could not find any 
  valid local directory for 
  taskTracker/jobcache/job_local_0001/attempt_local_0001_m_00_0/output/spill0.out
 
 Most likely you ran out of tmp disk space.
 
 
 -- 
 Best regards,
 Andrzej Bialecki 
   ___. ___ ___ ___ _ _   __
 [__ || __|__/|__||\/|  Information Retrieval, Semantic Web
 ___|||__||  \|  ||  |  Embedded Unix, System Integration
 http://www.sigram.com  Contact: info at sigram dot com
 
  
_
Windows Live: Make it easier for your friends to see what you’re up to on 
Facebook.
http://go.microsoft.com/?linkid=9691816

Re: org.apache.hadoop.util.DiskChecker$DiskErrorExceptio

2009-12-02 Thread Fadzi Ushewokunze
i think i have seen this before;

check the permisssions in /tmp directory;

well, at least for me that was the issue - for some reason;

On Wed, 2009-12-02 at 14:40 +, BELLINI ADAM wrote:
 hi,
 i have this error when crawling
 
 org.apache.hadoop.util.DiskChecker$DiskErrorException: Could not find any 
 valid local directory for 
 taskTracker/jobcache/job_local_0001/attempt_local_0001_m_00_0/output/spill0.out
 at 
 org.apache.hadoop.fs.LocalDirAllocator$AllocatorPerContext.getLocalPathForWrite(LocalDirAllocator.java:335)
 at 
 org.apache.hadoop.fs.LocalDirAllocator.getLocalPathForWrite(LocalDirAllocator.java:124)
 at 
 org.apache.hadoop.mapred.MapOutputFile.getSpillFileForWrite(MapOutputFile.java:107)
 at 
 org.apache.hadoop.mapred.MapTask$MapOutputBuffer.sortAndSpill(MapTask.java:930)
 at 
 org.apache.hadoop.mapred.MapTask$MapOutputBuffer.flush(MapTask.java:842)
 at org.apache.hadoop.mapred.MapTask.run(MapTask.java:343)
 at 
 org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:138)
 2009-12-01 19:02:25,778 FATAL crawl.Generator - Generator: 
 java.io.IOException: Job failed!
 at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1232)
 at org.apache.nutch.crawl.Generator.generate(Generator.java:472)
 at org.apache.nutch.crawl.Generator.run(Generator.java:618)
 at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
 at org.apache.nutch.crawl.Generator.main(Generator.java:581)
 
 i searched the mailing list and didnt fin an asnwer
 
 help
 
 _
 Windows Live: Keep your friends up to date with what you do online.
 http://go.microsoft.com/?linkid=9691815