spark-instrumented-optimizer/sql/hive/src
Sean Owen 6f80c3e888 SPARK-6338 [CORE] Use standard temp dir mechanisms in tests to avoid orphaned temp files
Use `Utils.createTempDir()` to replace other temp file mechanisms used in some tests, to further ensure they are cleaned up, and simplify

Author: Sean Owen <sowen@cloudera.com>

Closes #5029 from srowen/SPARK-6338 and squashes the following commits:

27b740a [Sean Owen] Fix hive-thriftserver tests that don't expect an existing dir
4a212fa [Sean Owen] Standardize a bit more temp dir management
9004081 [Sean Owen] Revert some added recursive-delete calls
57609e4 [Sean Owen] Use Utils.createTempDir() to replace other temp file mechanisms used in some tests, to further ensure they are cleaned up, and simplify
2015-03-20 14:16:21 +00:00
..
main/scala/org/apache/spark/sql/hive SPARK-6338 [CORE] Use standard temp dir mechanisms in tests to avoid orphaned temp files 2015-03-20 14:16:21 +00:00
test SPARK-6338 [CORE] Use standard temp dir mechanisms in tests to avoid orphaned temp files 2015-03-20 14:16:21 +00:00