Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.15.0
-
None
-
None
Description
If I run several jobs at the same time using JobControl and the LocalJobRunner i get:
java.io.IOException: Target /tmp/hadoop-johan/mapred/local/localRunner/job_local_1.xml already exists.
It seems like the JobControl class tries to run multiple jobs with the same jobid, causing the exception.