Cleanup and Setup jobs should only call cleanupJob() and setupJob() methods of
the OutputCommitter
--------------------------------------------------------------------------------------------------
Key: MAPREDUCE-1151
URL: https://issues.apache.org/jira/browse/MAPREDUCE-1151
Project: Hadoop Map/Reduce
Issue Type: Bug
Affects Versions: 0.20.1
Reporter: Pradeep Kamath
The cleanup and setup jobs run as map jobs and call setUpTask() ,
needsTaskCommit() and possibly commitTask() and abortTask() methods of the
OutputCommitter. They should only be calling the cleanupJob() and setupJob()
methods.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.