[ https://issues.apache.org/jira/browse/HADOOP-5785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12719423#action_12719423 ]
Owen O'Malley commented on HADOOP-5785: --------------------------------------- You should define a setter and getter for the variable. In particular, it should go into the new Job and JobContext, respectively. If the variable is set, no initialization or cleanup should be done. The assumption is that the application needs no setup or cleanup or it will be handled externally from something like Pig, Oozie, or Hive. > The job setup and cleanup tasks should be optional > -------------------------------------------------- > > Key: HADOOP-5785 > URL: https://issues.apache.org/jira/browse/HADOOP-5785 > Project: Hadoop Core > Issue Type: Improvement > Components: mapred > Affects Versions: 0.19.0 > Reporter: Owen O'Malley > Assignee: Amareshwari Sriramadasu > Fix For: 0.21.0 > > Attachments: patch-5785-1.txt, patch-5785-2.txt, patch-5785-3.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. - You can reply to this email to add a comment to the issue online.