[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12828998#action_12828998
 ] 

Vinod K V commented on MAPREDUCE-1447:
--------------------------------------

You will have to explicitly set OutputCommitter using 
JobConf.setOuputCommitter(Class), otheriwise the default FileOutputCommitter 
will be used. OutputCommitter class configuration is not derived from the 
configured OutputFormat.

> job level hook in OutputCommitter is not working in local mode
> --------------------------------------------------------------
>
>                 Key: MAPREDUCE-1447
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1447
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.20.1
>            Reporter: Daniel Dai
>
> OutputCommitter is not totally working in local mode. Only task level hooks 
> are called, which are setupTask, needsTaskCommit, commitTask, abortTask. Job 
> level hooks are not working, which are: setupJob, cleanupJob.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to