Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
-
Revision: 645751
-
Reviewed
-
Fixes LocalFSMerger in ReduceTask.java to handle errors/exceptions better. Prior to this all exceptions except IOException would be silently ignored.
Description
I haven't used trunk(0.17) so I don't know what would happen when FSError is thrown within LocalFSMerger thread.
Does it have the same problem as HADOOP-3154?