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 Raghavendra Prabhu <rr...@gmail.com> on 2006/04/03 23:39:33 UTC

bug:

Description:
/tmp/hadoop/mapred/local/ temporary files not deleted

This used to be previously get deleted
----------------------------------------------------------

I think i have narrowed it down to this file

JobConf.java getLocalFile()
This method has been changed which is probably resulting in incorrect naming
and files not getting cleaned up/

I am willing to contribute if some one is also facing the same problem and
acknowledges the same

Rgds
Prabhu

Re: bug:

Posted by Doug Cutting <cu...@apache.org>.
Raghavendra Prabhu wrote:
> Description:
> /tmp/hadoop/mapred/local/ temporary files not deleted
> 
> This used to be previously get deleted
> ----------------------------------------------------------
> 
> I think i have narrowed it down to this file
> 
> JobConf.java getLocalFile()
> This method has been changed which is probably resulting in incorrect naming
> and files not getting cleaned up/
> 
> I am willing to contribute if some one is also facing the same problem and
> acknowledges the same

I too have seen this.  A patch would be much appreciated.  Can you 
please start a Jira issue for this?

Thanks,

Doug