Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.2-alpha
-
None
-
Reviewed
Description
Currently the hadoop pi example uses a hardcoded temporary directory to store its inputs and outputs. This makes it so that only one pi job can run at a time, and that if it is cancelled, the temporary directory must be manually deleted.
I propose using a temporary directory based on a timestamp and random number to avoid these conflicts