GitHub user Indhumathi27 opened a pull request:
https://github.com/apache/carbondata/pull/2752
[WIP]Even after carbon file is copied to targetfolder(local/hdfs), carbon
files is not deleted from temp directory
**Problem:**
Even after carbon file is copied to targetfolder(local/hdfs), carbon files
is not deleted from temp directory.
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [ ] Testing done
- [ ] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Indhumathi27/carbondata deletetemp
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2752.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 #2752
----
commit d47beb2990791feb923215e4ab6bd8b8ef005068
Author: Indhumathi27 <indhumathim27@...>
Date: 2018-09-24T06:58:47Z
Even after carbon file is copied to targetfolder(local/hdfs), carbon files
is not deleted from temp directory
----
---