-
Type:
Bug
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 0.23.2, 2.0.0-alpha
-
Fix Version/s: 0.23.2
-
Component/s: mrv2
-
Labels:None
-
Target Version/s:
-
Hadoop Flags:Reviewed
-
Release Note:Fixed FileOutputCommitter to not err out for an 'empty-job' whose tasks don't write any outputs.
TestEmptyJob fails because teh FileOutputCommitter expects a directory to be created that is not created. The FileOutputCommitter should either ignore the error or create the directory itself.