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

yuling commented on MAPREDUCE-463:
----------------------------------

in patch patch-5785-1.txt, _temporary will be created by this code: 
       OutputCommitter committer = new FileOutputCommitter();
       committer.setupJob(jobContext);
but it was deleted from patch-5785-2.txt, thus _temporary won't be created if 
the variable is set. Can anybody tell me why ?

> The job setup and cleanup tasks should be optional
> --------------------------------------------------
>
>                 Key: MAPREDUCE-463
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-463
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>            Reporter: Owen O'Malley
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.21.0
>
>         Attachments: patch-463-1.txt, patch-463.txt, patch-5785-1.txt, 
> patch-5785-2.txt, patch-5785-3.txt, patch-5785-4.txt, patch-5785-5.txt, 
> patch-5785.txt
>
>
> For jobs that require low latency and do not require setup or cleanup tasks 
> for the job, it should be possible to turn them off for that job.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to