Re: Job jar not removed from staging directory on job failure/how to share a job jar using distributed cache

2012-10-06 Thread Harsh J
Bertrand, Yes this is an unfortunate edge case. Though, this is fixed in the trunk/2.x client rewrite and tracked as a test now by https://issues.apache.org/jira/browse/MAPREDUCE-2384. On Fri, Oct 5, 2012 at 10:28 PM, Bertrand Dechoux wrote: > Hi, > > I am launching my job using the command line

Job jar not removed from staging directory on job failure/how to share a job jar using distributed cache

2012-10-05 Thread Bertrand Dechoux
Hi, I am launching my job using the command line and I observed that when the provided input path do not match any files, the jar in the staging repository is not removed. It is removed on job termination (success or failure) but here the job isn't even really started so it may be an edge case. Ha