task execution environment clarification

2008-08-13 Thread Frank Singleton
Hi, I have an observation about the task execution environment. Its a little long but here we go .. I have read http://hadoop.apache.org/core/docs/current/mapred_tutorial.html#Task+Execution+%26+Environment but wanted a clarification. I have a mapper written in python that does some

Re: task execution environment clarification

2008-08-13 Thread Frank Singleton
Allen Wittenauer wrote: On 8/13/08 9:25 PM, Frank Singleton [EMAIL PROTECTED] wrote: Perhaps this is just the consequence of the abstracted view hadoop [job] has of /tmp etc and that i need to keep this in mind when unittesting mappers/reducers and mappers creating tmp resources on the

Re: task execution environment clarification

2008-08-13 Thread Frank Singleton
Allen Wittenauer wrote: On 8/13/08 9:25 PM, Frank Singleton [EMAIL PROTECTED] wrote: Perhaps this is just the consequence of the abstracted view hadoop [job] has of /tmp etc and that i need to keep this in mind when unittesting mappers/reducers and mappers creating tmp resources on the