Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GoogleCloudStorageLevelDbOutput doesn't cleanup temporary files #102

Open
dmitriiKovchin opened this issue Aug 12, 2016 · 1 comment
Open

Comments

@dmitriiKovchin
Copy link

dmitriiKovchin commented Aug 12, 2016

I am using GoogleCloudStorageLevelDbOutput and I see that after mapReduce job completes it doesn't cleanup temporary files, so when result file is output-0 then there are also files like a:
output-0~
output-0~[randomNumber]

My guess that this happens because GoogleCloudStorageLevelDbOutputWriter doesn't delegate cleanup call to its delegate.

@Senth
Copy link

Senth commented Jan 20, 2017

Can confirm. I'm using appengine-gcs-client:0.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants