Provide NullOutputCommitter
---------------------------

                 Key: MAPREDUCE-3471
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3471
             Project: Hadoop Map/Reduce
          Issue Type: New Feature
            Reporter: Bhallamudi Venkata Siva Kamesh


Hadoop by default provides only FileOutputCommitter and the same has been used 
internally except in the NOF.
There are cases where using FOC is not much appropriate.

Example
DBOutputFormat instantiates FOC, though it does nothing.
I think using NOC will be much more appropriate here.

And also it can be used along with other OFs, where taking special care of the 
task/job output directories may not be required.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to