Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
After using the Azure Batch Client, two REEF jars will remain in the current working directory of the user:
`reef-bridge-client-0.17.0-SNAPSHOT-shaded`
`reef-bridge-java-0.17.0-SNAPSHOT-shaded`
When run a second time from this directory, the following error is thrown:
`...\reef\global\reef-bridge-client-0.17.0-SNAPSHOT-shaded.jar' already exists., 'System.IO.IOException'`
The solution is to clean these files up after the REEF directory structure is set up and populated.