You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 11, 2025. It is now read-only.
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.