java.io.FileNotFoundException

2010-05-01 Thread Carlos Eduardo Moreira dos Santos
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

Re: java.io.FileNotFoundException

2010-05-02 Thread Ted Yu
at 9:42 PM, Carlos Eduardo Moreira dos Santos < c...@cemshost.com.br> wrote: > 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:/t

Re: java.io.FileNotFoundException

2010-05-02 Thread Carlos Eduardo Moreira dos Santos
et >> 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 >> does not exist. >>

Re: java.io.FileNotFoundException

2010-05-03 Thread Aleksandar Stupar
Hi, I had the same problem. This worked for me: mapred.child.tmp D:\tmp Kind regards, Aleksandar Stupar. From: Carlos Eduardo Moreira dos Santos To: common-user Sent: Sun, May 2, 2010 9:10:03 PM Subject: Re: java.io.FileNotFoundException Yes, I can

Re: java.io.FileNotFoundException

2010-05-03 Thread Carlos Eduardo Moreira dos Santos
> *From:* Carlos Eduardo Moreira dos Santos > *To:* common-user > *Sent:* Sun, May 2, 2010 9:10:03 PM > *Subject:* Re: java.io.FileNotFoundException > > Yes, I can create it: > > $ ls > E:/tmp/hadoop-SYSTEM/mapred/local/taskTracker/jobc

Re: java.io.FileNotFoundException

2010-05-04 Thread Nick Jones
dos Santos *To:* common-user *Sent:* Sun, May 2, 2010 9:10:03 PM *Subject:* Re: java.io.FileNotFoundException Yes, I can create it: $ ls E:/tmp/hadoop-SYSTEM/mapred/local/taskTracker/jobcache/job_201005020105_0001/ ls: cannot access E:/tmp/hadoop-SYSTEM/mapred/local/taskTracker/jobcache/job_201005

Re: java.io.FileNotFoundException

2010-05-09 Thread Yang Li
ed on my laptop. Best regards, --- Li Yang, ext. 22056, User Technologies Development, Shanghai, China Carlos Eduardo Moreira dos Santos Sent by: cem...@gmail.com 2010-05-02 12:42 Please respond to common-user@hadoop.apache.org To common-user cc Subject java.io.FileNo

Re: java.io.FileNotFoundException

2010-05-09 Thread Carlos Eduardo Moreira dos Santos
hai, China > > > > > Carlos Eduardo Moreira dos Santos > Sent by: cem...@gmail.com > 2010-05-02 12:42 > Please respond to > common-user@hadoop.apache.org > > > To > common-user > cc > > Subject > java.io.FileNotFoundException > > > >

Re: java.io.FileNotFoundException

2010-05-09 Thread Yang Li
ext. 22056, User Technologies Development, Shanghai, China Carlos Eduardo Moreira dos Santos Sent by: cem...@gmail.com 2010-05-10 01:13 Please respond to common-user@hadoop.apache.org To common-user@hadoop.apache.org cc Subject Re: java.io.FileNotFoundException I've already trie

java.io.FileNotFoundException: File file:/tmp/.../job.xml does not exist

2009-11-18 Thread Christoph
911181653_0002 09/11/18 17:09:46 INFO mapred.JobClient: map 0% reduce 0% 09/11/18 17:09:52 INFO mapred.JobClient: Task Id : attempt_200911181653_0002_m_03_0, Status : FAILED Error initializing attempt_200911181653_0002_m_03_0: java.io.FileNotFoundException: File file:/tmp/hadoop-ha

Re: java.io.FileNotFoundException: File file:/tmp/.../job.xml does not exist

2009-11-18 Thread Ahmad Ali Iqbal
to process > : 1 > 09/11/18 17:09:45 INFO mapred.JobClient: Running job: job_200911181653_0002 > 09/11/18 17:09:46 INFO mapred.JobClient: map 0% reduce 0% > 09/11/18 17:09:52 INFO mapred.JobClient: Task Id : > attempt_200911181653_0002_m_03_0, Status : FAILED > Error in

Re: java.io.FileNotFoundException: File file:/tmp/.../job.xml does not exist

2009-11-24 Thread Christoph
mapred.JobClient: Running job: job_200911181653_0002 09/11/18 17:09:46 INFO mapred.JobClient: map 0% reduce 0% 09/11/18 17:09:52 INFO mapred.JobClient: Task Id : attempt_200911181653_0002_m_03_0, Status : FAILED Error initializing attempt_200911181653_0002_m_03_0: java.io.FileNotFoundException: F

java.io.FileNotFoundException: File /var/lib/hadoop-0.20/cache/mapred/mapred/staging/job/

2011-02-24 Thread Job
g here? Thanks, Job ----- java.io.FileNotFoundException: File /var/lib/hadoop-0.20/cache/mapred/mapred/staging/job/.staging/job_201102241026_0002/job.jar does not exist. at org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.

Re: java.io.FileNotFoundException: File /var/lib/hadoop-0.20/cache/mapred/mapred/staging/job/

2011-02-24 Thread Todd Lipcon
gt; > Now the server throws a strange exception below, see the stacktrace > below. > > When i take look at the hdfs file system - through hdfs fuse - the file > is there, it really is the jar that contains my mapred classes. > > Any clue wat goes wrong here? > > Thanks,