Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-4597] Use proper exception and reset variable in Utils.createT…
…empDir() `File.exists()` and `File.mkdirs()` only throw `SecurityException` instead of `IOException`. Then, when an exception is thrown, `dir` should be reset too. Author: Liang-Chi Hsieh <viirya@gmail.com> Closes apache#3449 from viirya/fix_createtempdir and squashes the following commits: 36cacbd [Liang-Chi Hsieh] Use proper exception and reset variable.
- Loading branch information