GitHub user advancedxy opened a pull request:
https://github.com/apache/spark/pull/436
[SPARK-1527] change rootDir*.getName to rootDir*.getAbsolutePath
JIRA issue: [SPARK-1527](https://issues.apache.org/jira/browse/SPARK-1527)
getName() only gets the last component of the file path. When deleting
test-generated directories,
we should pass the generated directory's absolute path to DiskBlockManager.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/advancedxy/spark SPARK-1527
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/436.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #436
----
commit 4678bab3e4c972b3f92450886ec5ef7b91b8cd37
Author: Ye Xianjin <[email protected]>
Date: 2014-04-17T16:50:06Z
change rootDir*.getname to rootDir*.getAbsolutePath so the temporary
directories are deleted when the test is finished.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---