Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1-win, 2.0.3-alpha, 1.1.2
-
None
-
None
-
Incompatible change, Reviewed
-
Description
Find this in Pig unit test TestStore under Windows. There are dangling files because map does not close the file when exception happens in map(). In Windows, Hadoop will not remove a file if it is not closed. This happens in reduce() as well.