GitHub user arina-ielchiieva opened a pull request:
https://github.com/apache/drill/pull/744
DRILL-5040: Parquet writer unable to delete table folder on abort
Folder directory clean up failed because couldn't delete the directory:
`java.io.IOException: Directory
/tmp/446062ea-46ae-4785-98e3-0ee23df9ead5/3c6d40ff-31f2-419e-a178-d9c5fd731e11
is not empty`. Replaced in `fs.delete(location, true)` recursive flag to `true`
to allow directory deletion.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/arina-ielchiieva/drill DRILL-5040
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/744.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 #744
----
commit cd9779e8b2e3efe995010e2e91620429ff019210
Author: Arina Ielchiieva <[email protected]>
Date: 2017-02-06T13:11:02Z
DRILL-5040: Parquet writer unable to delete table folder on abort
----
---
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.
---