eecs485staff / madoop

A light weight MapReduce framework for education
MIT License
9 stars 4 forks source link

Do not delete empty intermediate files #44

Closed awdeorio closed 2 years ago

awdeorio commented 2 years ago

Sometimes an intermediate file may be empty. The present implementation deletes these empty files. I think that's just confusing. Besides, any reasonable size input won't encounter this edge case. Do not delete empty intermediate files.