You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Grant Ingersoll <gs...@apache.org> on 2008/04/15 14:32:53 UTC

_temporary doesn't exist

Hi,

I am seeing
08/04/15 08:21:13 INFO mapred.JobClient: Task Id :  
task_200804150637_0003_m_000000_0, Status : FAILED
java.io.IOException: The directory hdfs://localhost:9000/user/gsi/ 
20newsOutput/_temporary doesnt exist
         at org.apache.hadoop.mapred.TaskTracker 
$TaskInProgress.localizeTask(TaskTracker.java:1434)
         at org.apache.hadoop.mapred.TaskTracker 
$TaskInProgress.launchTask(TaskTracker.java:1493)
         at  
org.apache.hadoop.mapred.TaskTracker.launchTaskForJob(TaskTracker.java: 
700)
         at  
org.apache.hadoop.mapred.TaskTracker.localizeJob(TaskTracker.java:693)
         at  
org.apache.hadoop.mapred.TaskTracker.startNewTask(TaskTracker.java:1282)
         at  
org.apache.hadoop.mapred.TaskTracker.offerService(TaskTracker.java:923)
         at org.apache.hadoop.mapred.TaskTracker.run(TaskTracker.java: 
1318)
         at org.apache.hadoop.mapred.TaskTracker.main(TaskTracker.java: 
2210)


when running a pretty simple program, based off reading the QuickStart  
guide.  When I go and create that directory by hand (bin/hadoop dfs - 
mkdir 20newsOutput/_temporary) everything works fine.

Granted, I'm a relatively new to Hadoop, so it probably is a setup  
thing.

Thanks,
Grant

Re: _temporary doesn't exist

Posted by Grant Ingersoll <gs...@apache.org>.
Looks like the error was on my end.  I had built my job jar with 16.0  
but then was trying to run w/ 16.2 and didn't really think about it at  
the time.  When I changed my job jar to be built on 16.2 it worked  
(with a clean file system).

Sorry for the noise.

-Grant

On Apr 15, 2008, at 9:50 AM, Devaraj Das wrote:

> Hi Grant, could you please copy-paste the exact command you used to  
> run the
> program. Also the associated config files, etc. will help....
>
>> -----Original Message-----
>> From: Grant Ingersoll [mailto:gsingers@apache.org]
>> Sent: Tuesday, April 15, 2008 6:03 PM
>> To: core-user@hadoop.apache.org
>> Subject: _temporary doesn't exist
>>
>> Hi,
>>
>> I am seeing
>> 08/04/15 08:21:13 INFO mapred.JobClient: Task Id :
>> task_200804150637_0003_m_000000_0, Status : FAILED
>> java.io.IOException: The directory
>> hdfs://localhost:9000/user/gsi/ 20newsOutput/_temporary doesnt exist
>>         at org.apache.hadoop.mapred.TaskTracker
>> $TaskInProgress.localizeTask(TaskTracker.java:1434)
>>         at org.apache.hadoop.mapred.TaskTracker
>> $TaskInProgress.launchTask(TaskTracker.java:1493)
>>         at
>> org.apache.hadoop.mapred.TaskTracker.launchTaskForJob(TaskTrac
>> ker.java:
>> 700)
>>         at
>> org.apache.hadoop.mapred.TaskTracker.localizeJob(TaskTracker.java: 
>> 693)
>>         at
>> org.apache.hadoop.mapred.TaskTracker.startNewTask(TaskTracker.
>> java:1282)
>>         at
>> org.apache.hadoop.mapred.TaskTracker.offerService(TaskTracker.
>> java:923)
>>         at
>> org.apache.hadoop.mapred.TaskTracker.run(TaskTracker.java:
>> 1318)
>>         at
>> org.apache.hadoop.mapred.TaskTracker.main(TaskTracker.java:
>> 2210)
>>
>>
>> when running a pretty simple program, based off reading the
>> QuickStart guide.  When I go and create that directory by
>> hand (bin/hadoop dfs - mkdir 20newsOutput/_temporary)
>> everything works fine.
>>
>> Granted, I'm a relatively new to Hadoop, so it probably is a
>> setup thing.
>>
>> Thanks,
>> Grant
>>
>

--------------------------
Grant Ingersoll

Lucene Helpful Hints:
http://wiki.apache.org/lucene-java/BasicsOfPerformance
http://wiki.apache.org/lucene-java/LuceneFAQ







RE: _temporary doesn't exist

Posted by Devaraj Das <dd...@yahoo-inc.com>.
Hi Grant, could you please copy-paste the exact command you used to run the
program. Also the associated config files, etc. will help....

> -----Original Message-----
> From: Grant Ingersoll [mailto:gsingers@apache.org] 
> Sent: Tuesday, April 15, 2008 6:03 PM
> To: core-user@hadoop.apache.org
> Subject: _temporary doesn't exist
> 
> Hi,
> 
> I am seeing
> 08/04/15 08:21:13 INFO mapred.JobClient: Task Id :  
> task_200804150637_0003_m_000000_0, Status : FAILED
> java.io.IOException: The directory 
> hdfs://localhost:9000/user/gsi/ 20newsOutput/_temporary doesnt exist
>          at org.apache.hadoop.mapred.TaskTracker
> $TaskInProgress.localizeTask(TaskTracker.java:1434)
>          at org.apache.hadoop.mapred.TaskTracker
> $TaskInProgress.launchTask(TaskTracker.java:1493)
>          at
> org.apache.hadoop.mapred.TaskTracker.launchTaskForJob(TaskTrac
> ker.java: 
> 700)
>          at
> org.apache.hadoop.mapred.TaskTracker.localizeJob(TaskTracker.java:693)
>          at
> org.apache.hadoop.mapred.TaskTracker.startNewTask(TaskTracker.
> java:1282)
>          at
> org.apache.hadoop.mapred.TaskTracker.offerService(TaskTracker.
> java:923)
>          at 
> org.apache.hadoop.mapred.TaskTracker.run(TaskTracker.java: 
> 1318)
>          at 
> org.apache.hadoop.mapred.TaskTracker.main(TaskTracker.java: 
> 2210)
> 
> 
> when running a pretty simple program, based off reading the 
> QuickStart guide.  When I go and create that directory by 
> hand (bin/hadoop dfs - mkdir 20newsOutput/_temporary) 
> everything works fine.
> 
> Granted, I'm a relatively new to Hadoop, so it probably is a 
> setup thing.
> 
> Thanks,
> Grant
>