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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: