Re: java.io.FileNotFoundException

2010-01-13 Thread ruslan usifov
No, with tmp folder settings all ok. The problem is if follow code in map reduce framework: TaskRunner.java public static void setupWorkDir(JobConf conf) throws IOException { File workDir = new File(".").getAbsoluteFile(); FileUtil.fullyDelete(workDir); on cygwin if we delete cwd(curr

java.io.FileNotFoundException

2010-01-12 Thread ruslan usifov
Hello Im running on compound cluster (some nodes win32, some freebsd) and on win32 nodes i see follow errors (and failed tasks) java.io.FileNotFoundException: File D:/tmp/hadoop-sergeyn/mapred/local/taskTracker/jobcache/job_20100605_0043/attempt_20100605_0043_m_37_0/work/tmp does not