Hadoop is working fine in Linux. In Windows (using cygwin) I can't get
mapred to work, though hdfs is ok. This is the stacktrace:
java.io.FileNotFoundException: File
E:/tmp/hadoop-SYSTEM/mapred/local/taskTracker/jobcache/job_201005020105_0001/attempt_201005020105_0001_m_02_0/work/tmp
doe
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
iled 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 exist.
at
org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.jav
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